Mas cosass para autocompile
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user