mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Replace tool timeout parameter with Docket's native Timeout dependency. Components declaring Docket deps (Timeout, Retry, etc.) are now: - Registered with Docket at startup - Auto-routed through Docket even for foreground calls Known limitations to discuss: - Context not available in Docket workers - Registration bug: register_with_docket still checks supports_tasks() - Error propagation: ToolError wrapped in McpError - Performance: every call goes through Redis+worker |
||
|---|---|---|
| .. | ||
| tool | ||
| tool_transform | ||
| __init__.py | ||
| test_standalone_decorator.py | ||
| test_tool_future_annotations.py | ||
| test_tool_timeout.py | ||