fastmcp/docs/development
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
..
v3-notes Auto-route Docket-dependent components through Docket execution 2026-01-22 09:42:37 -05:00
contributing.mdx Restructure README and welcome page with motivated narrative (#2963) 2026-01-20 17:58:10 -05:00
releases.mdx Add development docs for FastMCP (#1719) 2025-09-03 11:34:43 -04:00
tests.mdx docs: fix run_server_async documentation (#2423) 2025-11-15 12:07:22 -05:00
upgrade-guide.mdx Auto-route Docket-dependent components through Docket execution 2026-01-22 09:42:37 -05:00