refactor(@angular/cli): optimize MCP tool descriptions for LLM ergonomics and token usage#33211
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors and condenses the tool descriptions for the Best Practices, Documentation Search, and Zoneless Migration tools within the Angular CLI MCP implementation. The updates simplify the purpose, use cases, and operational notes for each tool to be more concise. Review feedback identifies several instances where a comma was used immediately after the abbreviation 'e.g.' in user-facing messages, recommending their removal to align with general stylistic conventions.
b8eee8f to
2ceb4b8
Compare
…mics and token usage Refactor the descriptions of get_best_practices, search_documentation, and onpush_zoneless_migration tools to improve semantic clarity and reduce system prompt token footprints. Remove redundant operational boilerplate, eliminate internal server logic leakage related to version clamping, and consolidate overlapping iterative process instructions.
2ceb4b8 to
464b74b
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. |
Refactor the descriptions of get_best_practices, search_documentation, and onpush_zoneless_migration tools to improve semantic clarity and reduce system prompt token footprints. Remove redundant operational boilerplate, eliminate internal server logic leakage related to version clamping, and consolidate overlapping iterative process instructions.