Allowing stat in claude permissions

This commit is contained in:
Timmy
2026-03-31 11:22:15 +01:00
parent 3f54bda360
commit 762467efd4
+5 -2
View File
@@ -1,5 +1,7 @@
{ {
"enabledMcpjsonServers": ["storkit"], "enabledMcpjsonServers": [
"storkit"
],
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(./server/target/debug/storkit:*)", "Bash(./server/target/debug/storkit:*)",
@@ -67,7 +69,8 @@
"Bash(tail *)", "Bash(tail *)",
"Bash(wc *)", "Bash(wc *)",
"Bash(npx vite:*)", "Bash(npx vite:*)",
"Bash(npm run dev:*)" "Bash(npm run dev:*)",
"Bash(stat *)"
] ]
} }
} }