mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 16:31:56 +00:00
将内置服务器的禁用状态更改为true,以确保在全局配置中保持一致性。
This commit is contained in:
parent
e2df9a7995
commit
80e72394a9
@ -1607,7 +1607,7 @@ export class McpHub {
|
|||||||
name: this.BUILTIN_SERVER_NAME,
|
name: this.BUILTIN_SERVER_NAME,
|
||||||
config: JSON.stringify({ type: "builtin" }),
|
config: JSON.stringify({ type: "builtin" }),
|
||||||
status: "connected",
|
status: "connected",
|
||||||
disabled: false,
|
disabled: true,
|
||||||
source: "global",
|
source: "global",
|
||||||
tools: tools,
|
tools: tools,
|
||||||
resources: [], // 内置服务器暂不支持资源
|
resources: [], // 内置服务器暂不支持资源
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user