chore(settings): allow context-mode MCP tools locally

This commit is contained in:
Mika Kuns
2026-04-22 11:03:43 +02:00
parent cb43bcdd10
commit b378fbf550

View File

@@ -2,7 +2,9 @@
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(git add:*)", "Bash(git add:*)",
"Bash(git commit:*)" "Bash(git commit:*)",
"mcp__plugin_context-mode_context-mode__batch_execute",
"mcp__plugin_context-mode_context-mode__execute"
] ]
} }
} }