Skip to content

Conversation

@clydin
Copy link
Member

@clydin clydin commented Nov 11, 2025

This commit enhances the find_examples MCP server tool to support searching across multiple example databases.

The tool now discovers and loads example databases from a predefined list of known Angular packages (e.g., @angular/core, @angular/forms). It gracefully handles missing packages and validates the schema of each discovered database.

The search query is executed against all valid databases, and the results are aggregated and sorted by relevance, providing the user with a comprehensive and unified set of code examples from across the Angular ecosystem.

@clydin clydin added the target: rc This PR is targeted for the next release-candidate label Nov 11, 2025
… tool

This commit enhances the `find_examples` MCP server tool to support searching across multiple example databases.

The tool now discovers and loads example databases from a predefined list of known Angular packages (e.g., `@angular/core`, `@angular/forms`). It gracefully handles missing packages and validates the schema of each discovered database.

The search query is executed against all valid databases, and the results are aggregated and sorted by relevance, providing the user with a comprehensive and unified set of code examples from across the Angular ecosystem.
@clydin clydin force-pushed the mcp/known-example-packages branch from d67bccc to ff52f92 Compare November 11, 2025 18:54
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Nov 11, 2025
@clydin clydin requested a review from alan-agius4 November 11, 2025 20:01
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 13, 2025
@clydin clydin added target: minor This PR is targeted for the next minor release and removed target: rc This PR is targeted for the next release-candidate labels Nov 13, 2025
@clydin clydin merged commit d74626f into angular:main Nov 13, 2025
58 of 59 checks passed
@clydin
Copy link
Member Author

clydin commented Nov 13, 2025

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

@clydin clydin deleted the mcp/known-example-packages branch November 13, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

2 participants