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.
1270
1278
This allows clients to handle long-running operations through polling
@@ -1277,8 +1285,6 @@ class ToolAnnotations(BaseModel):
1277
1285
Default: "never"
1278
1286
"""
1279
1287
1280
-
model_config=ConfigDict(extra="allow")
1281
-
1282
1288
1283
1289
classTool(BaseMetadata):
1284
1290
"""Definition for a tool the client can call."""
@@ -1301,6 +1307,9 @@ class Tool(BaseMetadata):
1301
1307
See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
0 commit comments