将内置服务器的禁用状态更改为true,以确保在全局配置中保持一致性。

This commit is contained in:
duanfuxiang 2025-07-19 09:30:49 +08:00
parent e2df9a7995
commit 80e72394a9

View File

@ -1607,7 +1607,7 @@ export class McpHub {
name: this.BUILTIN_SERVER_NAME,
config: JSON.stringify({ type: "builtin" }),
status: "connected",
disabled: false,
disabled: true,
source: "global",
tools: tools,
resources: [], // 内置服务器暂不支持资源