summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/openapi.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk/openapi.json')
-rw-r--r--packages/sdk/openapi.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index bf47e4737..a15ed389a 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -8767,6 +8767,12 @@
"continue_loop_on_deny": {
"description": "Continue the agent loop when a tool call is denied",
"type": "boolean"
+ },
+ "mcp_timeout": {
+ "description": "Timeout in milliseconds for model context protocol (MCP) requests",
+ "type": "integer",
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991
}
}
}