chore: generate

This commit is contained in:
GitHub Action 2025-12-31 04:06:43 +00:00
commit d4cf78bceb
2 changed files with 10 additions and 0 deletions

View file

@ -1651,6 +1651,10 @@ export type Config = {
* Continue the agent loop when a tool call is denied
*/
continue_loop_on_deny?: boolean
/**
* Timeout in milliseconds for model context protocol (MCP) requests
*/
mcp_timeout?: number
}
}