refactor(@angular/cli): add architect target discovery to list_projects MCP tool - #33208
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the ability to extract and list available architect targets (such as build, test, and lint) for Angular projects within the MCP tools. The changes include updating the project output schema, adding a new use case to the documentation, and implementing the logic to retrieve target keys from the workspace configuration. A new test suite, projects_spec.ts, was also introduced to verify that targets are correctly identified and returned. The reviewer provided feedback to improve the formatting of user-facing strings by removing commas immediately following the 'e.g.' abbreviation.
166c2dc to
cb9fdda
Compare
…ts MCP tool Enhance the `list_projects` MCP tool to extract and provide configured architect targets (e.g., `lint`, `e2e`, `serve`, `deploy`) in the tool's output schema.
cb9fdda to
6c088c3
Compare
|
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. |
Enhance the
list_projectsMCP tool to extract and provide configured architect targets (e.g.,lint,e2e,serve,deploy) in the tool's output schema.