mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 14:34:17 +02:00
When multiple servers with task-enabled tools are mounted into a parent, their functions were all registered with Docket using `fn.__name__`. This meant two mounted servers each having a function named `add` would both register under `"add"`, with the second overwriting the first. Now mounted functions use prefixed names matching their client-facing tool names (e.g., `c1_add`, `c2_add`). Root server functions still use their original names with no prefix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| client | ||
| contrib | ||
| deprecated | ||
| experimental | ||
| integration_tests | ||
| prompts | ||
| resources | ||
| server | ||
| tools | ||
| utilities | ||
| __init__.py | ||
| conftest.py | ||
| test_examples.py | ||
| test_mcp_config.py | ||