Skip to content

fix(opencode): terminate local MCP process trees - #46312

Open
YidiDev wants to merge 1 commit into
anomalyco:devfrom
YidiDev:mcp-tree-cleanup
Open

fix(opencode): terminate local MCP process trees#46312
YidiDev wants to merge 1 commit into
anomalyco:devfrom
YidiDev:mcp-tree-cleanup

Conversation

@YidiDev

@YidiDev YidiDev commented Aug 30, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #46253

Related to #46035.

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Local stdio MCP launchers can leave descendant processes running after disconnect or replacement because those paths only close the direct client transport. This change centralizes the descendant cleanup already used by instance teardown and applies it whenever a connected client is released, including post-connect initialization failure.

The regression fixture starts a real child process and verifies that replacement terminates the previous parent and child before disconnect separately terminates the current parent and child.

How did you verify your code works?

  • bun test test/mcp/lifecycle.test.ts --timeout 30000 (22 pass, 0 fail)
  • bun run typecheck
  • Prettier check
  • git diff --check

The new PID-based regression failed before the production change because the child remained alive, and passes after it.

Screenshots / recordings

Not applicable; this is process lifecycle behavior covered by an integration test.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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.

Local MCP disconnect leaves descendant processes running

1 participant