|
| 1 | +{ |
| 2 | + "permissions": { |
| 3 | + "allow": [ |
| 4 | + "Bash(git config:*)", |
| 5 | + "Bash(claude mcp:*)", |
| 6 | + "Bash(cat:*)", |
| 7 | + "Bash(find:*)", |
| 8 | + "Bash(grep:*)", |
| 9 | + "Bash(findstr:*)", |
| 10 | + "Bash(npm run:*)", |
| 11 | + "Bash(npm run build:*)", |
| 12 | + "Bash(npm install)", |
| 13 | + "Bash(npm test:*)", |
| 14 | + "Bash(npm publish:*)", |
| 15 | + "Bash(npm version:*)", |
| 16 | + "Bash(npm run lint:*)", |
| 17 | + "Bash(npm run format:*)", |
| 18 | + "Bash(npm run coverage:*)", |
| 19 | + "Bash(npm run typecheck:*)", |
| 20 | + "Bash(npm ls:*)", |
| 21 | + "Bash(npm whoami:*)", |
| 22 | + "Bash(node -e:*)", |
| 23 | + "Bash(npx vitest:*)", |
| 24 | + "Bash(npx mocha:*)", |
| 25 | + "Bash(npx tsc:*)", |
| 26 | + "Bash(npx gulp:*)", |
| 27 | + "Bash(git add:*)", |
| 28 | + "Bash(git commit:*)", |
| 29 | + "Bash(git push:*)", |
| 30 | + "Bash(git reset:*)", |
| 31 | + "mcp__memory-mcp__read_graph", |
| 32 | + "mcp__memory-mcp__search_nodes", |
| 33 | + "mcp__memory-mcp__create_entities", |
| 34 | + "mcp__memory-mcp__create_relations", |
| 35 | + "mcp__memory-mcp__add_tags", |
| 36 | + "mcp__memory-mcp__set_importance", |
| 37 | + "mcp__memory-mcp__get_graph_stats", |
| 38 | + "mcp__memory-mcp__export_graph", |
| 39 | + "mcp__memory-mcp__search_by_date_range", |
| 40 | + "mcp__memory-mcp__delete_entities", |
| 41 | + "mcp__memory-mcp__add_observations", |
| 42 | + "mcp__memory-mcp__delete_observations", |
| 43 | + "mcp__memory-mcp__fuzzy_search", |
| 44 | + "mcp__deepthinking-mcp__deepthinking", |
| 45 | + "mcp__math-mcp__*" |
| 46 | + ], |
| 47 | + "deny": [], |
| 48 | + "ask": [] |
| 49 | + }, |
| 50 | + "enableAllProjectMcpServers": true, |
| 51 | + "enabledMcpjsonServers": [ |
| 52 | + "sequential-thinking-mcp", |
| 53 | + "everything-mcp", |
| 54 | + "fermat-mcp", |
| 55 | + "math-mcp", |
| 56 | + "playwright", |
| 57 | + "substack-mcp", |
| 58 | + "time", |
| 59 | + "memory-mcp", |
| 60 | + "fzf-mcp", |
| 61 | + "deepthinking-mcp" |
| 62 | + ] |
| 63 | +} |
0 commit comments