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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user