docs: remove stale tool count from dev_server_status description - #540
Merged
debugmcpdev merged 1 commit intoAug 28, 2026
Merged
Conversation
The MCP tool description in dev-proxy.mjs and the CLAUDE.md reference both advertise a tool count that getStatus() never returns. Align both with the README wording which correctly lists transport and project root. Resolves debugmcp#539
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
debugmcpdev
pushed a commit
to debugmcpdev/mcp-debugger
that referenced
this pull request
Aug 28, 2026
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.
Collaborator
|
Merged — thanks, and welcome! |
10 tasks
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
Removes the stale "tool count" reference from the
dev_server_statusMCP tool description and the CLAUDE.md reference.PR #537 corrected the README, but two other copies survived — including the one an LLM reads at call time.
Changes
tools/dev-proxy/dev-proxy.mjs:614: Updated MCP tool description to match README wordingCLAUDE.md:504: Updateddev_server_statusreference to match README wordingRelated Issues
Resolves #539