mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2026-01-23 18:07:41 +00:00
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run compile:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(sed:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(npx tsc:*)"
|
|
],
|
|
"deny": []
|
|
},
|
|
"enableAllProjectMcpServers": false
|
|
} |