Renaming the binary to "story-kit"
This commit is contained in:
@@ -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__*"
|
||||
]
|
||||
},
|
||||
"enabledMcpjsonServers": [
|
||||
"story-kit"
|
||||
"mcp__story-kit__*",
|
||||
"Edit",
|
||||
"Write"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"mcpServers": {
|
||||
"story-kit": {
|
||||
"type": "http",
|
||||
"url": "http://localhost:3010/mcp"
|
||||
"url": "http://localhost:3001/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
The frontend lives in the `frontend/` directory.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "story-kit-server"
|
||||
name = "story-kit"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
build = "build.rs"
|
||||
|
||||
Reference in New Issue
Block a user