From 2208aba3fbf4b41b810ae549897689700cf233fd Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 12:03:20 +0000 Subject: [PATCH] story-kit: accept 40_story_mcp_server_obeys_storykit_port --- .../6_archived/40_story_mcp_server_obeys_storykit_port.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.storkit/work/6_archived/40_story_mcp_server_obeys_storykit_port.md b/.storkit/work/6_archived/40_story_mcp_server_obeys_storykit_port.md index 5daaf32..63e8907 100644 --- a/.storkit/work/6_archived/40_story_mcp_server_obeys_storykit_port.md +++ b/.storkit/work/6_archived/40_story_mcp_server_obeys_storykit_port.md @@ -1,8 +1,8 @@ --- -name: MCP Server Obeys STORYKIT_PORT +name: MCP Server Obeys STORKIT_PORT --- -# Story 40: MCP Server Obeys STORYKIT_PORT +# Story 40: MCP Server Obeys STORKIT_PORT ## User Story @@ -10,9 +10,9 @@ As a developer running the server on a non-default port, I want agent worktrees ## Acceptance Criteria -- [ ] Agent worktrees inherit the correct port from the running server (via STORYKIT_PORT env var or default 3001) +- [ ] Agent worktrees inherit the correct port from the running server (via STORKIT_PORT env var or default 3001) - [ ] The .mcp.json in agent worktrees points to the actual server port, not a hardcoded value -- [ ] Existing behaviour (default port 3001) continues to work when STORYKIT_PORT is not set +- [ ] Existing behaviour (default port 3001) continues to work when STORKIT_PORT is not set ## Out of Scope