Renaming the binary to "story-kit"

This commit is contained in:
Dave
2026-03-13 12:34:29 +00:00
parent bbb7ca950c
commit 27d9d3a3a9
4 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,7 @@
{
"enabledMcpjsonServers": [
"story-kit"
],
"permissions": {
"allow": [
"Bash(./server/target/debug/story-kit-server:*)",
@@ -53,10 +56,9 @@
"WebFetch(domain:portkey.ai)",
"WebFetch(domain:www.shuttle.dev)",
"WebSearch",
"mcp__story-kit__*"
"mcp__story-kit__*",
"Edit",
"Write"
]
},
"enabledMcpjsonServers": [
"story-kit"
]
}
}
}