mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Disable MCP injection into agents by default
This commit is contained in:
@@ -87,7 +87,7 @@ export function loadConfig(
|
||||
|
||||
const mcpEnabled = options?.cli?.mcpEnabled ?? persisted.daemon?.mcp?.enabled ?? true;
|
||||
const mcpInjectIntoAgents =
|
||||
options?.cli?.mcpInjectIntoAgents ?? persisted.daemon?.mcp?.injectIntoAgents ?? true;
|
||||
options?.cli?.mcpInjectIntoAgents ?? persisted.daemon?.mcp?.injectIntoAgents ?? false;
|
||||
|
||||
const relayEnabled =
|
||||
options?.cli?.relayEnabled ??
|
||||
|
||||
Reference in New Issue
Block a user