* default set mcp enabled to false

This commit is contained in:
lxowalle 2026-03-05 14:47:50 +08:00
parent da1c4445e9
commit d693abca2d

View file

@ -386,7 +386,7 @@ func DefaultConfig() *Config {
},
MCP: MCPConfig{
ToolConfig: ToolConfig{
Enabled: true,
Enabled: false,
},
Servers: map[string]MCPServerConfig{},
},