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

View File

@@ -2,7 +2,7 @@
"mcpServers": { "mcpServers": {
"story-kit": { "story-kit": {
"type": "http", "type": "http",
"url": "http://localhost:3010/mcp" "url": "http://localhost:3001/mcp"
} }
} }
} }

View File

@@ -1,4 +1,4 @@
# Living Spec Standalone (Web Server Binary) # Story Kit
This app runs as a single Rust web server binary that serves the Vite/React frontend and exposes APIs. This app runs as a single Rust web server binary that serves the Vite/React frontend and exposes APIs.
The frontend lives in the `frontend/` directory. The frontend lives in the `frontend/` directory.

View File

@@ -1,5 +1,5 @@
[package] [package]
name = "story-kit-server" name = "story-kit"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
build = "build.rs" build = "build.rs"