MCP-OpenProject/.claude/settings.local.json

35 lines
1.5 KiB
JSON

{
"permissions": {
"allow": [
"Bash(podman compose logs alertmanager --tail 20)",
"Bash(podman compose up -d alertmanager)",
"Bash(podman compose logs alertmanager --tail 5)",
"Bash(podman compose logs prometheus --tail 10)",
"Bash(podman compose up -d prometheus)",
"Bash(podman compose logs prometheus --tail 5)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:9000/prometheus/)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:9000/prometheus/graph)",
"Bash(podman compose up -d nginx)",
"Bash(podman compose up -d --force-recreate nginx)",
"Bash(nslookup -type=MX kollect.biz)",
"Bash(dig MX kollect.biz +short)",
"Bash(nslookup mail.kollect.biz)",
"Bash(nslookup smtp.kollect.biz)",
"Bash(podman compose logs alertmanager --tail 10)",
"Bash(pnpx -y @anthropic/serena@latest --help)",
"Bash(npx -y @anthropic/serena@latest --help)",
"Bash(uv tool list)",
"Bash(uvx serena --help)",
"Bash(uvx serena-mcp --help)",
"Bash(python -c \"import serena; print\\(serena.__file__\\)\")",
"Bash(uv pip show serena)",
"Bash(uvx --from \"git+https://github.com/oraios/serena\" serena --help)",
"Bash(git add src/ tsconfig.json package.json package-lock.json pnpm-lock.yaml)",
"Bash(git commit:*)",
"Bash(git add justfile .pre-commit-config.yaml setup.ps1)",
"Bash(git add .mcp.json .mcp.json.example .env.example)",
"Bash(git add .claude/)"
]
}
}