mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Add type ignores for extra_data kwargs
This commit is contained in:
parent
3c3a62ee7d
commit
4028b648bc
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ def get_task_capabilities() -> ServerTasksCapability | None:
|
|||
cancel=TasksCancelCapability(),
|
||||
requests=ServerTasksRequestsCapability(
|
||||
tools=TasksToolsCapability(call=TasksCallCapability()),
|
||||
prompts={"get": {}},
|
||||
resources={"read": {}},
|
||||
prompts={"get": {}}, # type: ignore[call-arg] # extra_data for forward compat
|
||||
resources={"read": {}}, # type: ignore[call-arg] # extra_data for forward compat
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue