* default set mcp enabled to false
This commit is contained in:
parent
da1c4445e9
commit
d693abca2d
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ func DefaultConfig() *Config {
|
||||||
},
|
},
|
||||||
MCP: MCPConfig{
|
MCP: MCPConfig{
|
||||||
ToolConfig: ToolConfig{
|
ToolConfig: ToolConfig{
|
||||||
Enabled: true,
|
Enabled: false,
|
||||||
},
|
},
|
||||||
Servers: map[string]MCPServerConfig{},
|
Servers: map[string]MCPServerConfig{},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue