Files
storkit/server/.mcp.json
Dave 9581e5d51a rename .story_kit directory to .storkit and update all references
Renames the config directory and updates 514 references across 42 Rust
source files, plus CLAUDE.md, .gitignore, Makefile, script/release,
and .mcp.json files. All 1205 tests pass.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 11:34:53 +00:00

9 lines
112 B
JSON

{
"mcpServers": {
"storkit": {
"type": "http",
"url": "http://localhost:3001/mcp"
}
}
}