Files
my-pal-mcp-server/.claude/settings.local.json
Patryk Ciechanski f5f17b3597 up settings claude
2025-06-11 13:40:17 +02:00

39 lines
943 B
JSON

{
"permissions": {
"allow": [
"mcp__gemini__review_code",
"mcp__gemini__chat",
"mcp__gemini__analyze",
"Bash(find:*)",
"mcp__gemini__review_changes",
"Bash(python test_resolve.py:*)",
"Bash(python3:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(source:*)",
"Bash(rm:*)",
"mcp__gemini__thinkdeep",
"mcp__memory__create_entities",
"mcp__memory__create_relations",
"mcp__memory__add_observations",
"Bash(mkdir:*)",
"Bash(mv:*)",
"mcp__memory__read_graph"
],
"deny": []
},
"commands": {
"compact": {
"description": "Compact context and auto-refresh CLAUDE.md collaboration rules",
"postAction": "Read CLAUDE.md and restore Memory Bank status"
}
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"github",
"context7",
"memory",
"sequential-thinking",
"gemini"
]
}