chore: extend project Claude permissions for docker, curl and hartomat MCP tools

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-21 22:34:21 +02:00
co-authored by Claude Sonnet 4.6
parent bb2b0f51b5
commit 7179023458
+7 -1
View File
@@ -1,6 +1,12 @@
{
"permissions": {
"allow": ["Bash", "Read", "Write", "Edit"],
"allow": [
"Bash", "Read", "Write", "Edit",
"Bash(docker compose:*)", "Bash(docker exec:*)",
"Bash(docker logs:*)", "Bash(docker ps:*)",
"Bash(curl:*)",
"mcp__hartomat__*"
],
"deny": []
},
"hooks": {