Skip to content

fix(@angular/cli): rename mcp devserver tools to comply with naming spec#32157

Merged
dgp1130 merged 1 commit intoangular:mainfrom
cexbrayat:fix/mcp-names
Dec 18, 2025
Merged

fix(@angular/cli): rename mcp devserver tools to comply with naming spec#32157
dgp1130 merged 1 commit intoangular:mainfrom
cexbrayat:fix/mcp-names

Conversation

@cexbrayat
Copy link
Member

PR Checklist

Please check to confirm your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

This fixes a warning about invalid characters in tool names as per the spec: https://modelcontextprotocol.io/specification/draft/server/tools#tool-names

2025-12-17 16:32:44.992 [warning] [server stderr] Tool name validation warning for "devserver/wait_for_build":
2025-12-17 16:32:44.992 [warning] [server stderr]   - Tool name contains invalid characters: "/"

What is the new behavior?

This change renames devserver/start, devserver/stop, and devserver/wait_for_build to devserver.start, devserver.stop, and devserver.wait_for_build respectively.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

This change renames `devserver/start`, `devserver/stop`, and `devserver/wait_for_build` to `devserver.start`, `devserver.stop`, and `devserver.wait_for_build` respectively.

This fixes a warning about invalid characters in tool names as per the spec: https://modelcontextprotocol.io/specification/draft/server/tools#tool-names

```
2025-12-17 16:32:44.992 [warning] [server stderr] Tool name validation warning for "devserver/wait_for_build":
2025-12-17 16:32:44.992 [warning] [server stderr]   - Tool name contains invalid characters: "/"
```
@clydin clydin added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Dec 17, 2025
@dgp1130 dgp1130 merged commit 18d74dd into angular:main Dec 18, 2025
37 checks passed
@dgp1130
Copy link
Collaborator

dgp1130 commented Dec 18, 2025

This PR was merged into the repository. The changes were merged into the following branches:

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jan 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: @angular/cli target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants