Getting set for release

This commit is contained in:
Dave
2026-03-13 12:52:56 +00:00
parent 27d9d3a3a9
commit 3035dc2a7d
10 changed files with 134 additions and 26 deletions

View File

@@ -1,11 +1,9 @@
{
"enabledMcpjsonServers": [
"story-kit"
],
"enabledMcpjsonServers": ["story-kit"],
"permissions": {
"allow": [
"Bash(./server/target/debug/story-kit-server:*)",
"Bash(./target/debug/story-kit-server:*)",
"Bash(./server/target/debug/story-kit:*)",
"Bash(./target/debug/story-kit:*)",
"Bash(STORYKIT_PORT=*)",
"Bash(cargo build:*)",
"Bash(cargo check:*)",
@@ -61,4 +59,4 @@
"Write"
]
}
}
}