fix(dev-proxy): harden backend restarts and cleanup - #542
Merged
debugmcpdev merged 2 commits intoAug 28, 2026
Conversation
Closes debugmcp#498 Closes debugmcp#527 Closes debugmcp#536 Closes debugmcp#539 Closes debugmcp#541 Signed-off-by: JF <john.franklin@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
CHANGELOG: keep all entries from both sides. CLAUDE.md / dev-proxy.mjs: keep this branch's dev_server_status wording, which is a superset of debugmcp#540's — it adds the display-safe environment overrides field.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker runbackends and remove owned containers for stdio, HTTP, and SSE lifecycle pathsdev_server_statusdescriptionsValidation
pnpm run buildpnpm run test:unit— 233 files, 4292 testspnpm run test:integration— 8 files passed, 2 skipped; 23 tests passed, 5 skippedpnpm run lintpnpm run check:all-personal-pathsDogfooding exposed the startup/restart race documented in #541. It was reproduced twice, deduplicated against open and closed issues, filed separately, and fixed in this branch.
Closes #498
Closes #527
Closes #536
Closes #539
Closes #541