mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-18 11:39:12 +02:00
* Add AnthropicSamplingHandler Adds a sampling handler for the Anthropic API at fastmcp.client.sampling.handlers.anthropic, alongside the existing OpenAI handler. Includes full support for tool calling. Install with: pip install fastmcp[anthropic] * Update default model * Update sampling docs to cover both OpenAI and Anthropic handlers * Use AsyncAnthropic, fix falsy value handling, handle tool_choice none * Propagate isError to Anthropic, join multiple text blocks, fix docs |
||
|---|---|---|
| .. | ||
| auth | ||
| client.mdx | ||
| elicitation.mdx | ||
| logging.mdx | ||
| messages.mdx | ||
| progress.mdx | ||
| prompts.mdx | ||
| resources.mdx | ||
| roots.mdx | ||
| sampling.mdx | ||
| tasks.mdx | ||
| tools.mdx | ||
| transports.mdx | ||