♻️ 调整MCP服务器初始化超时时间
Some checks are pending
Pyright Lint / Pyright Lint (push) Waiting to run
Ruff Lint / Ruff Lint (push) Waiting to run

This commit is contained in:
FuQuan233 2026-08-10 16:20:53 +08:00
parent f2014723c5
commit 3320758cf9

View file

@ -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