mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2026-08-13 10:09:27 +00:00
♻️ 调整MCP服务器初始化超时时间
This commit is contained in:
parent
f2014723c5
commit
3320758cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class MCPClient:
|
||||||
self,
|
self,
|
||||||
server_config: dict[str, MCPServerConfig] | None = None,
|
server_config: dict[str, MCPServerConfig] | None = None,
|
||||||
default_command_cwd: str | None = None,
|
default_command_cwd: str | None = None,
|
||||||
operation_timeout: int = 30,
|
operation_timeout: int = 100,
|
||||||
):
|
):
|
||||||
if self._initialized:
|
if self._initialized:
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue