mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Fix task execution for tools with custom names (#2645)
Uses pydocket 0.16.0's `names=` parameter for explicit registration keys: - Tools/prompts: registered by `.key` - Resources/templates: registered by `.name` Removes `_create_named_fn_wrapper` function. Closes #2642
This commit is contained in:
parent
afb22c4a74
commit
bf60ac4e44
4 changed files with 44 additions and 35 deletions
|
|
@ -10,7 +10,7 @@ dependencies = [
|
|||
"mcp>=1.24.0",
|
||||
"openapi-pydantic>=0.5.1",
|
||||
"platformdirs>=4.0.0",
|
||||
"pydocket>=0.15.5",
|
||||
"pydocket>=0.16.0",
|
||||
"rich>=13.9.4",
|
||||
"cyclopts>=4.0.0",
|
||||
"authlib>=1.6.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue