fix(@angular/cli): update MCP devserver tool names to conform to spec regex#33629
Merged
Conversation
2 tasks
There was a problem hiding this comment.
Code Review
This pull request replaces dots with underscores in MCP tool names (e.g., renaming devserver.start to devserver_start) and updates all corresponding references in descriptions and error messages. A review comment suggests fixing a minor grammatical repetition ("that that app") in the description of the devserver_start tool.
alan-agius4
approved these changes
Jul 23, 2026
clydin
force-pushed
the
fix/mcp-tool-names
branch
from
July 23, 2026 11:52
42b57fe to
6ddd281
Compare
… regex MCP tool names must adhere to the regular expression ^[a-zA-Z0-9_-]+$. This commit updates devserver.start, devserver.stop, and devserver.wait_for_build to use underscores (devserver_start, devserver_stop, devserver_wait_for_build) and updates all corresponding tool references and documentation across the MCP command package.
clydin
force-pushed
the
fix/mcp-tool-names
branch
from
July 23, 2026 12:01
6ddd281 to
5649c66
Compare
Member
Author
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.
MCP tool names must adhere to the regular expression ^[a-zA-Z0-9_-]+$. This commit updates devserver.start, devserver.stop, and devserver.wait_for_build to use underscores (devserver_start, devserver_stop, devserver_wait_for_build) and updates all corresponding tool references and documentation across the MCP command package.