-
Notifications
You must be signed in to change notification settings - Fork 11.9k
feat(@angular/cli): add schematics mcp tools #31730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(@angular/cli): add schematics mcp tools #31730
Conversation
clydin
commented
Nov 9, 2025
Thank you for the extensive contribution.
However, the Angular team is currently evaluating the effectiveness across various models and agents regarding such an approach. For instance, many agents are currently capable of discovering and executing the existing schematics independently or with a set of project rules. Further, some will opt to create equivalent code directly as they would otherwise use the schematics and then remove the content with new.
Additionally, a feature of this size will most likely need to progress through a design process to vet such items as performance, security risks, and overall effectiveness.
PR Checklist
Please check to confirm your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Currently, Angular CLI does not provide MCP integration with schematics.
What is the new behavior?
Added new Angular schematics to streamline MCP tools setup within projects.
Does this PR introduce a breaking change?
Other information