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