You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indicates whether this tool supports task-augmented execution.
1124
1132
This allows clients to handle long-running operations through polling
@@ -1131,8 +1139,6 @@ class ToolAnnotations(BaseModel):
1131
1139
Default: "never"
1132
1140
"""
1133
1141
1134
-
model_config=ConfigDict(extra="allow")
1135
-
1136
1142
1137
1143
classTool(BaseMetadata):
1138
1144
"""Definition for a tool the client can call."""
@@ -1155,6 +1161,9 @@ class Tool(BaseMetadata):
1155
1161
See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
0 commit comments