2026-02-20 11:30:28 +00:00
|
|
|
{
|
2026-03-14 20:04:43 +00:00
|
|
|
"enabledMcpjsonServers": [
|
|
|
|
|
"story-kit"
|
|
|
|
|
],
|
2026-02-20 11:30:28 +00:00
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2026-03-13 12:52:56 +00:00
|
|
|
"Bash(./server/target/debug/story-kit:*)",
|
|
|
|
|
"Bash(./target/debug/story-kit:*)",
|
2026-02-20 16:44:26 +00:00
|
|
|
"Bash(STORYKIT_PORT=*)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"Bash(cargo build:*)",
|
|
|
|
|
"Bash(cargo check:*)",
|
|
|
|
|
"Bash(cargo clippy:*)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(cargo doc:*)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"Bash(cargo llvm-cov:*)",
|
|
|
|
|
"Bash(cargo nextest run:*)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(cargo run:*)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"Bash(cargo test:*)",
|
|
|
|
|
"Bash(cargo watch:*)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(cd *)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"Bash(claude:*)",
|
|
|
|
|
"Bash(curl:*)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(echo:*)",
|
|
|
|
|
"Bash(env:*)",
|
2026-02-20 16:44:26 +00:00
|
|
|
"Bash(git *)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(grep:*)",
|
2026-02-20 16:44:26 +00:00
|
|
|
"Bash(kill *)",
|
2026-02-20 16:58:00 +00:00
|
|
|
"Bash(ls *)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(lsof *)",
|
2026-02-20 16:44:26 +00:00
|
|
|
"Bash(mkdir *)",
|
|
|
|
|
"Bash(mv *)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"Bash(npm run build:*)",
|
|
|
|
|
"Bash(npx @biomejs/biome check:*)",
|
|
|
|
|
"Bash(npx @playwright/test test:*)",
|
|
|
|
|
"Bash(npx biome check:*)",
|
|
|
|
|
"Bash(npx playwright test:*)",
|
|
|
|
|
"Bash(npx tsc:*)",
|
|
|
|
|
"Bash(npx vitest:*)",
|
|
|
|
|
"Bash(pnpm add:*)",
|
|
|
|
|
"Bash(pnpm build:*)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(pnpm dev:*)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"Bash(pnpm install:*)",
|
|
|
|
|
"Bash(pnpm run build:*)",
|
2026-02-20 16:44:26 +00:00
|
|
|
"Bash(pnpm run test:*)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"Bash(pnpm test:*)",
|
|
|
|
|
"Bash(printf:*)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(ps *)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"Bash(python3:*)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(pwd *)",
|
|
|
|
|
"Bash(rm *)",
|
2026-02-20 16:44:26 +00:00
|
|
|
"Bash(sleep *)",
|
|
|
|
|
"Bash(touch *)",
|
2026-02-23 12:17:27 +00:00
|
|
|
"Bash(xargs:*)",
|
2026-02-20 11:30:28 +00:00
|
|
|
"WebFetch(domain:crates.io)",
|
|
|
|
|
"WebFetch(domain:docs.rs)",
|
|
|
|
|
"WebFetch(domain:github.com)",
|
|
|
|
|
"WebFetch(domain:portkey.ai)",
|
|
|
|
|
"WebFetch(domain:www.shuttle.dev)",
|
|
|
|
|
"WebSearch",
|
2026-03-13 12:34:29 +00:00
|
|
|
"mcp__story-kit__*",
|
|
|
|
|
"Edit",
|
2026-03-14 20:04:43 +00:00
|
|
|
"Write",
|
2026-03-17 11:32:44 +00:00
|
|
|
"Bash(find *)",
|
|
|
|
|
"Bash(sqlite3 *)"
|
2026-02-20 11:30:28 +00:00
|
|
|
]
|
2026-03-13 12:34:29 +00:00
|
|
|
}
|
2026-03-14 20:04:43 +00:00
|
|
|
}
|