Update settings.json

This commit is contained in:
Jordan
2026-03-27 13:26:31 +00:00
parent 03d05d5c85
commit bed22237ae

View File

@@ -1,5 +1,5 @@
{
"permissions": {
"allow": ["Bash(docker exec:*)", "mcp__acai-code__*", "Write", "Edit", "Read"]
"allow": ["Bash(docker exec:*)", "Bash(mkdir:*)", "Bash(find:*)", "Bash(ls:*)", "Bash(cat:*)", "Bash(head:*)", "Bash(tail:*)", "Bash(wc:*)", "Bash(curl*localhost:*)", "mcp__acai-code__*", "Write", "Edit", "Read", "Grep", "Glob", "WebFetch(domain:localhost)"]
}
}