This website requires JavaScript.
Explore
Help
Sign In
dave
/
storkit
Watch
1
Star
0
Fork
0
You've already forked storkit
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
7
Wiki
Activity
Files
bbc5d9c90cbd9b5cc56fb4b8d706fe031c361a88
storkit
/
.mcp.json
9 lines
114 B
JSON
Raw
Normal View
History
Unescape
Escape
Accept spike 2: MCP HTTP endpoint for workflow and agent tools Adds POST /mcp endpoint speaking MCP Streamable HTTP (JSON-RPC 2.0) with 12 tools for workflow management and agent orchestration. Supports both JSON and SSE response modes. Includes real-time agent output streaming over SSE, Content-Type validation, and 15 integration tests (134 total). Tools: create_story, validate_stories, list_upcoming, get_story_todos, record_tests, ensure_acceptance, start_agent, stop_agent, list_agents, get_agent_config, reload_agent_config, get_agent_output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 19:34:03 +00:00
{
"mcpServers"
:
{
"story-kit"
:
{
"type"
:
"http"
,
Renaming the binary to "story-kit"
2026-03-13 12:34:29 +00:00
"url"
:
"http://localhost:3001/mcp"
Accept spike 2: MCP HTTP endpoint for workflow and agent tools Adds POST /mcp endpoint speaking MCP Streamable HTTP (JSON-RPC 2.0) with 12 tools for workflow management and agent orchestration. Supports both JSON and SSE response modes. Includes real-time agent output streaming over SSE, Content-Type validation, and 15 integration tests (134 total). Tools: create_story, validate_stories, list_upcoming, get_story_todos, record_tests, ensure_acceptance, start_agent, stop_agent, list_agents, get_agent_config, reload_agent_config, get_agent_output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 19:34:03 +00:00
}
}
}
Reference in New Issue
Copy Permalink