Files
my-pal-mcp-server/.claude/settings.example.json
Patryk Ciechanski e37cb71da2 fix: Address Gemini Code Assist review feedback
- Repository URL consistency: Updated all references to BeehiveInnovations/zen-mcp-server format
- Documentation clarity: Fixed misleading table headers and improved Docker configuration examples
- File conventions: Added missing final newlines to all files
- Configuration consistency: Clarified API key placeholder format in documentation

Addresses all points raised in PR #17 review by Gemini Code Assist.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 15:38:01 +02:00

37 lines
814 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"
]
}