mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
When a tool was registered with a custom name different from its function name, task execution would fail because Docket registered the function by its `__name__` but the handler looked it up by the tool's configured name. This switches to using Docket's new `names=` parameter (pydocket 0.16.0) to register functions with their proper lookup keys, and removes the `_create_named_fn_wrapper` hack that was used for mounted servers. Closes #2642 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| client | ||
| contrib | ||
| deprecated | ||
| experimental | ||
| integration_tests | ||
| prompts | ||
| resources | ||
| server | ||
| tools | ||
| utilities | ||
| __init__.py | ||
| conftest.py | ||
| test_mcp_config.py | ||