mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 13:04:18 +02:00
Add type ignores for extra_data kwargs
This commit is contained in:
parent
ed72c4b668
commit
b0b68269cd
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ def get_task_capabilities() -> ServerTasksCapability:
|
|||
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