mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
increase mcp init timeout
This commit is contained in:
parent
a3a276f355
commit
9f00204331
1 changed files with 1 additions and 1 deletions
|
|
@ -1007,7 +1007,7 @@ def get_default_settings() -> Settings:
|
|||
stt_silence_duration=1000,
|
||||
stt_waiting_timeout=2000,
|
||||
mcp_servers='{\n "mcpServers": {}\n}',
|
||||
mcp_client_init_timeout=5,
|
||||
mcp_client_init_timeout=10,
|
||||
mcp_client_tool_timeout=120,
|
||||
mcp_server_enabled=False,
|
||||
mcp_server_token=create_auth_token(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue