We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3576adc commit 91e7561Copy full SHA for 91e7561
1 file changed
src/mcp/types.py
@@ -1165,6 +1165,14 @@ class ToolAnnotations(BaseModel):
1165
of a memory tool is not.
1166
Default: true
1167
"""
1168
+
1169
+ taskHint: bool | None = None
1170
+ """
1171
+ If true, this tool is expected to support task-augmented execution.
1172
+ This allows clients to handle long-running operations through polling
1173
+ the task system.
1174
+ Default: false
1175
1176
model_config = ConfigDict(extra="allow")
1177
1178
0 commit comments