refactor(@angular/cli): remove find_examples tool and associated database rule#33083
Conversation
…base rule Remove the `find_examples` tool from the Angular CLI MCP server, along with the `ng_examples_db` Bazel rule and associated example files. With the availability of the official Angular developer skills repository (https://github.com/angular/skills), this local database lookup tool is redundant. Reduce maintenance overhead and simplify the codebase by eliminating the need to maintain a local SQLite database of examples within the CLI repository.
4a67342 to
b826fcf
Compare
There was a problem hiding this comment.
Code Review
This pull request removes the find_examples tool and its associated infrastructure from the Angular CLI's Model Context Protocol (MCP) server. This involves deleting the tool's implementation, database discovery logic, SQLite query utilities, example markdown files, and corresponding unit and integration tests. The Bazel build configuration has also been updated to remove the ng_examples_db rule and its usage. I have no feedback to provide.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Remove the
find_examplestool from the Angular CLI MCP server, along with theng_examples_dbBazel rule and associated example files. With the availability of the official Angular developer skills repository (https://github.com/angular/skills), this local database lookup tool is redundant. Reduce maintenance overhead and simplify the codebase by eliminating the need to maintain a local SQLite database of examples within the CLI repository.