Allowing stat in claude permissions

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