Files
my-pal-mcp-server/.claude/settings.example.json
Patryk Ciechanski f3cafa80a8 Add Claude Code configuration template
Provides example settings for Claude Code integration including:
- MCP server permissions for GitHub, memory, and context7
- Enabled MCP JSON servers configuration
- Development workflow tool permissions

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 15:03:47 +02:00

35 lines
812 B
JSON

{
"permissions": {
"allow": [
"mcp__context7__resolve-library-id",
"Bash(gh run list:*)",
"Bash(gh run view:*)",
"Bash(gh api:*)",
"Bash(gh workflow run:*)",
"Bash(gh pr view:*)",
"Bash(gh pr merge:*)",
"Bash(git stash:*)",
"Bash(git pull:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git checkout:*)",
"mcp__memory__create_entities",
"mcp__memory__create_relations",
"mcp__memory__add_observations",
"mcp__memory__search_nodes",
"Bash(git remote:*)",
"Bash(git fetch:*)",
"Bash(ls:*)",
"Bash(git ls-tree:*)"
],
"deny": []
},
"enabledMcpjsonServers": [
"github",
"context7",
"memory",
"sequential-thinking",
"gemini"
]
}