Skip to content

refactor(@angular/cli): add a documentation search tool to MCP server #30705

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

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

Conversation

clydin
Copy link
Member

@clydin clydin commented Jul 11, 2025

An additional MCP tool is now available with the ng mcp stdio MCP server that supports querying the angular.dev documentation. This uses the same algolia based search indexing that the documentation website uses. Rate limiting has been implemented with the MCP tool that may be adjusted based on feedback. The tool returns one or more URLs and titles for relevant documentation for a given query. Content of these search results are currently not fetched but rather this action is deferred to the host to determine which items are most relevant and should be retrieved from the documentation website.

An additional MCP tool is now available with the `ng mcp` stdio MCP server
that supports querying the `angular.dev` documentation. This uses the
same algolia based search indexing that the documentation website uses.
Rate limiting has been implemented with the MCP tool that may be adjusted
based on feedback. The tool returns one or more URLs and titles for relevant
documentation for a given query. Content of these search results are currently
not fetched but rather this action is deferred to the host to determine which
items are most relevant and should be retrieved from the documentation website.
@clydin clydin added the target: patch This PR is targeted for the next patch release label Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: @angular/cli target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant