mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
* Propagate x-fastmcp-wrap-result flag in tool result _meta 🤖 Generated with Claude Code Co-authored-by: Claude <noreply@anthropic.com> * Skip listTools round-trip when _meta has x-fastmcp-wrap-result 🤖 Generated with Claude Code Co-authored-by: Claude <noreply@anthropic.com> * Use namespaced meta key: {"fastmcp": {"wrap_result": true}} 🤖 Generated with Claude Code Co-authored-by: Claude <noreply@anthropic.com> * Clean up _parse_call_tool_result: hoist cast import, document local CallToolResult import, extract fastmcp_meta 🤖 Generated with Claude Code Co-authored-by: Claude <noreply@anthropic.com> * Merge _meta in tasks result handler instead of overwriting 🤖 Generated with Claude Code * Preserve type validation in meta-based unwrap path 🤖 Generated with Claude Code * Fix type validation for wrapped task results, guard non-dict meta 🤖 Generated with Claude Code --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| local_provider_tools | ||
| openapi | ||
| proxy | ||
| __init__.py | ||
| test_base_provider.py | ||
| test_fastmcp_provider.py | ||
| test_local_provider.py | ||
| test_local_provider_prompts.py | ||
| test_local_provider_resources.py | ||
| test_skills_provider.py | ||
| test_skills_vendor_providers.py | ||
| test_transforming_provider.py | ||