From dfefc5e21d69a5ab6b70042253e74fc710697ee7 Mon Sep 17 00:00:00 2001 From: puzhen <1303385763@qq.com> Date: Fri, 21 Nov 2025 18:22:36 +0800 Subject: [PATCH] update --- src/store/chatStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/chatStore.ts b/src/store/chatStore.ts index e5cf51d4d..a26bc3a78 100644 --- a/src/store/chatStore.ts +++ b/src/store/chatStore.ts @@ -534,7 +534,7 @@ const chatStore = (initial?: Partial) => createStore()( api_key: apiModel.api_key, api_url: apiModel.api_url, extra_params: apiModel.extra_params, - installed_mcp: [], + installed_mcp: { mcpServers: {} }, language: systemLanguage, allow_local_system: true, attaches: (messageAttaches || targetChatStore.getState().tasks[newTaskId]?.attaches || []).map(f => f.filePath),