generated from nhcarrigan/template
feat: add ENABLE_CLAUDEAI_MCP_SERVERS opt-out setting
Adds a toggle in the MCP Servers settings section to control whether Claude Code connects to MCP servers configured in Claude.ai. When disabled, sets ENABLE_CLAUDEAI_MCP_SERVERS=false. Also fixes a pre-existing omission of disable_cron from the TypeScript HikariConfig interface. Closes #210
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
use_worktree: config.use_worktree ?? false,
|
||||
disable_1m_context: config.disable_1m_context ?? false,
|
||||
include_git_instructions: config.include_git_instructions ?? true,
|
||||
enable_claudeai_mcp_servers: config.enable_claudeai_mcp_servers ?? true,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user