|
1 | 1 | { |
2 | 2 | "permissions": { |
3 | 3 | "allow": [ |
4 | | - "Bash(python3 -m pyflakes:*)", |
5 | | - "Bash(bash -lc:*)" |
| 4 | + "Bash(code-assistant-manager mcp claude list:*)", |
| 5 | + "Bash(code-assistant-manager mcp codex list:*)", |
| 6 | + "Bash(code-assistant-manager mcp droid list:*)", |
| 7 | + "Bash(code-assistant-manager mcp server list:*)", |
| 8 | + "Bash(code-assistant-manager mcp server search memory:*)", |
| 9 | + "Bash(code-assistant-manager mcp server info memory:*)", |
| 10 | + "Bash(code-assistant-manager mcp:*)", |
| 11 | + "Bash(python3:*)", |
| 12 | + "Read(//home/jzhu/**)", |
| 13 | + "Bash(python -m code_assistant_manager.mcp.server_commands:*)", |
| 14 | + "Bash(python -m code_assistant_manager:*)", |
| 15 | + "Bash(cat:*)", |
| 16 | + "Bash(python:*)", |
| 17 | + "Bash(fuck-u-code:*)", |
| 18 | + "Bash(./tests/test_mcp_memory.sh)", |
| 19 | + "Bash(find:*)", |
| 20 | + "Bash(pip install:*)", |
| 21 | + "Bash(cam:*)", |
| 22 | + "Bash(code-assistant-manager:*)", |
| 23 | + "Bash(timeout:*)", |
| 24 | + "Bash(chmod:*)", |
| 25 | + "Bash(source:*)", |
| 26 | + "Bash(pytest:*)", |
| 27 | + "mcp__memory__create_entities", |
| 28 | + "mcp__memory__read_graph", |
| 29 | + "mcp__memory__create_relations", |
| 30 | + "mcp__memory__search_nodes", |
| 31 | + "Bash(ag:*)", |
| 32 | + "WebSearch", |
| 33 | + "WebFetch(domain:github.com)", |
| 34 | + "WebFetch(domain:raw.githubusercontent.com)", |
| 35 | + "mcp__microsoft-learn__microsoft_docs_search", |
| 36 | + "Read(//tmp/**)", |
| 37 | + "mcp__microsoft-learn__microsoft_docs_fetch", |
| 38 | + "mcp__serena__list_dir", |
| 39 | + "mcp__serena__onboarding", |
| 40 | + "mcp__serena__read_file", |
| 41 | + "mcp__serena__search_for_pattern", |
| 42 | + "mcp__serena__get_symbols_overview", |
| 43 | + "mcp__serena__find_symbol", |
| 44 | + "mcp__serena__find_file", |
| 45 | + "mcp__serena__execute_shell_command", |
| 46 | + "mcp__serena__activate_project", |
| 47 | + "mcp__serena__replace_regex", |
| 48 | + "mcp__serena__create_text_file", |
| 49 | + "mcp__wikipedia-mcp__search_wikipedia", |
| 50 | + "mcp__serena__check_onboarding_performed", |
| 51 | + "Bash(flake8:*)", |
| 52 | + "Bash(mypy:*)", |
| 53 | + "Bash(pre-commit install:*)", |
| 54 | + "Bash(black:*)", |
| 55 | + "Bash(pre-commit:*)", |
| 56 | + "Bash(git push:*)", |
| 57 | + "WebFetch(domain:en.wikipedia.org)", |
| 58 | + "WebFetch(domain:news.blizzard.com)", |
| 59 | + "WebFetch(domain:www.pcgamer.com)", |
| 60 | + "Bash(make test)", |
| 61 | + "Bash(make:*)", |
| 62 | + "Bash(./install.sh:*)", |
| 63 | + "Bash(script --help:*)", |
| 64 | + "Bash(git add:*)", |
| 65 | + "Bash(git commit:*)" |
6 | 66 | ], |
7 | | - "deny": [], |
8 | | - "ask": [] |
9 | | - } |
| 67 | + "additionalDirectories": [ |
| 68 | + "/home/jzhu/projects/repos/mcpm.sh", |
| 69 | + "/home/jzhu/mcpm.sh" |
| 70 | + ] |
| 71 | + }, |
| 72 | + "enableAllProjectMcpServers": true, |
| 73 | + "enabledMcpjsonServers": [ |
| 74 | + "serena" |
| 75 | + ], |
| 76 | + "outputStyle": "Explanatory" |
10 | 77 | } |
0 commit comments