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
|`canUseTool`| 1 minute | Maximum time for `canUseTool` callback to respond. If exceeded, the tool request is auto-denied. |
85
-
|`mcpRequest`| 1 minute | Maximum time for SDK MCP tool calls to complete. |
86
-
|`controlRequest`| 1 minute | Maximum time for control operations like `initialize()`, `setModel()`, `setPermissionMode()`, and `interrupt()` to complete. |
87
-
|`streamClose`| 1 minute | Maximum time to wait for initialization to complete before closing CLI stdin in multi-turn mode with SDK MCP servers. |
|`canUseTool`| 1 minute | Maximum time for `canUseTool` callback to respond. If exceeded, the tool request is auto-denied. |
85
+
|`mcpRequest`| 1 minute | Maximum time for SDK MCP tool calls to complete. |
86
+
|`controlRequest`| 1 minute | Maximum time for control operations like `initialize()`, `setModel()`, `setPermissionMode()`, `getContextUsage()`, and `interrupt()` to complete. |
87
+
|`streamClose`| 1 minute | Maximum time to wait for initialization to complete before closing CLI stdin in multi-turn mode with SDK MCP servers. |
88
88
89
89
You can customize these timeouts via the `timeout` option:
0 commit comments