Skip to content

refactor(@angular/cli): provide a find examples MCP server tool #30717

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clydin
Copy link
Member

@clydin clydin commented Jul 15, 2025

The built-in stdio MCP server (ng mcp) for the Angular CLI now includes a tool that can find Angular code usage examples. The code examples are indexed and stored locally within the Angular CLI install. This removes the need for network requests to find the examples. It also ensures that the examples are relevant for the version of Angular currently being used. This tool requires Node.js 22.16 or higher. Lower versions will not have this specific tool available for use.

The built-in stdio MCP server (`ng mcp`) for the Angular CLI now includes
a tool that can find Angular code usage examples. The code examples are
indexed and stored locally within the Angular CLI install. This removes
the need for network requests to find the examples. It also ensures that
the examples are relevant for the version of Angular currently being used.
This tool requires Node.js 22.16 or higher. Lower versions will not have
this specific tool available for use.
@clydin clydin force-pushed the mcp/find-examples branch from 5118b17 to e9e37a9 Compare July 15, 2025 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant