fastmcp/docs/development/v3-notes
Jeremiah Lowin 78cc19b029 Auto-route Docket-dependent components through Docket execution
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
2026-01-22 09:42:37 -05:00
..
auth-provider-env-vars.mdx Remove automatic environment variable loading from auth providers (#2752) 2025-12-26 15:37:59 -05:00
v3-features.mdx Auto-route Docket-dependent components through Docket execution 2026-01-22 09:42:37 -05:00