Files
my-pal-mcp-server/.claude/settings.local.json
Patryk Ciechanski f99be5001b umb
2025-06-11 13:26:08 +02:00

33 lines
744 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": []
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"github",
"context7",
"memory",
"sequential-thinking",
"gemini"
]
}