Mas cosass para autocompile

This commit is contained in:
Jordan
2026-03-24 10:51:41 +00:00
parent db90dfaca2
commit c32776a8ff
2 changed files with 44 additions and 11 deletions

View File

@@ -1,15 +1,15 @@
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["@anthropic-ai/mcp-playwright@latest"]
},
"fetch": {
"command": "npx",
"args": ["@anthropic-ai/mcp-fetch@latest"]
}
},
"permissions": {
"allow": ["Bash(docker exec:*)"]
"allow": ["Bash(docker exec:*)", "mcp__acai-code__*"]
},
"hooks": {
"PostToolUse": [
{
"type": "command",
"matcher": "Write|Edit",
"command": "bash ${CLAUDE_PROJECT_DIR}/.claude/scripts/compile-on-save.sh",
"timeout": 30
}
]
}
}