mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 02:13:41 +00:00
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run lint)",
|
|
"Bash(cat:*)",
|
|
"Bash(npm run dev:electron:*)",
|
|
"Bash(npm run lint:*)",
|
|
"Bash(npm test:*)",
|
|
"Bash(npm run:*)",
|
|
"Bash(gh issue create:*)",
|
|
"Bash(gh label create:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"enabledMcpjsonServers": [
|
|
"shadcn"
|
|
]
|
|
}
|