17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install:*)",
|
|
"mcp__svelte__svelte-autofixer",
|
|
"Bash(npm run check:*)",
|
|
"Bash(npx vitest:*)",
|
|
"Bash(node -e:*)",
|
|
"Bash(npm run build:*)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"svelte"
|
|
]
|
|
}
|