angular-cli
angular-cli copied to clipboard
refactor(@angular/cli): rename devserver MCP tools to be more consistent
- Rename all devserver tools to have
devserveras a prefix. - Change "devserver" to be considered as a single word throughout, making the capitalization consistent.
- Add support for grouping experimental tools and added "devserver" as a group, making it easy to enable all the devserver tools together.
This is intended to make the tools a little more consistent, and make it easier to enable them as a group. A change amending the documentation to fit the new names will follow.