Skip to content

chore(release): version packages#2576

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
changeset-release/master
Open

chore(release): version packages#2576
github-actions[bot] wants to merge 1 commit intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 6, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

ctx7@0.4.2

Patch Changes

  • 6c71e4d: Handle malformed MCP config files gracefully during ctx7 remove agent detection. Previously, an unparseable JSON config at any agent's well-known path (e.g. a hand-edited ~/.claude.json) would crash the command with an unhandled SyntaxError before it could do anything. The detector now skips the offending file and logs a warning naming the path and parse error so the user can fix it, while detection continues for the remaining agents.
  • 4056850: Respect CLAUDE_CONFIG_DIR env var when resolving Claude Code's global config, rules, skills, and detection paths

@upstash/context7-mcp@2.2.5

Patch Changes

  • 78b9826: Exit the stdio MCP server when the parent process closes its stdio. Previously, if the parent (e.g. Claude Code) was force-killed shortly after a tool call, an idle undici keep-alive socket to the Context7 API would keep libuv's event loop alive past stdin EOF, leaving an orphaned node process that consumed memory until the kernel tore the socket down (which on Cloudflare-fronted endpoints can take hours). The server now listens for end/close on stdin and SIGHUP and exits cleanly. Fixes [Bug]: context7-mcp doesn't exit when parent Claude Code session ends; orphan node processes accumulate #2542.

@github-actions github-actions Bot force-pushed the changeset-release/master branch from bca0abc to e36a082 Compare May 6, 2026 08:33
@github-actions github-actions Bot force-pushed the changeset-release/master branch from e36a082 to 6d9a115 Compare May 6, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: context7-mcp doesn't exit when parent Claude Code session ends; orphan node processes accumulate

0 participants