From 3320758cf9eab08fa39438fc79926c69e9d02a48 Mon Sep 17 00:00:00 2001 From: FuQuan233 Date: Mon, 10 Aug 2026 16:20:53 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=E8=B0=83=E6=95=B4MCP?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=88=9D=E5=A7=8B=E5=8C=96=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_llmchat/mcpclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_llmchat/mcpclient.py b/nonebot_plugin_llmchat/mcpclient.py index 45f66aa..193427a 100644 --- a/nonebot_plugin_llmchat/mcpclient.py +++ b/nonebot_plugin_llmchat/mcpclient.py @@ -43,7 +43,7 @@ class MCPClient: self, server_config: dict[str, MCPServerConfig] | None = None, default_command_cwd: str | None = None, - operation_timeout: int = 30, + operation_timeout: int = 100, ): if self._initialized: return