From b378fbf550c1b1323f689e5809e3a0c7bba868f9 Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Wed, 22 Apr 2026 11:03:43 +0200 Subject: [PATCH] chore(settings): allow context-mode MCP tools locally --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 3407af2..c34f6ae 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,9 @@ "permissions": { "allow": [ "Bash(git add:*)", - "Bash(git commit:*)" + "Bash(git commit:*)", + "mcp__plugin_context-mode_context-mode__batch_execute", + "mcp__plugin_context-mode_context-mode__execute" ] } }