Renaming the binary to "story-kit"
This commit is contained in:
@@ -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"
|
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"story-kit": {
|
"story-kit": {
|
||||||
"type": "http",
|
"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.
|
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.
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user