We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0284c5f commit 35d0951Copy full SHA for 35d0951
src/mcp/types/_types.py
@@ -22,7 +22,6 @@
22
ProgressToken = str | int
23
Cursor = str
24
Role = Literal["user", "assistant"]
25
-AnyFunction: TypeAlias = Callable[..., Any]
26
27
TaskExecutionMode = Literal["forbidden", "optional", "required"]
28
TASK_FORBIDDEN: Final[Literal["forbidden"]] = "forbidden"
0 commit comments