Add 4 friendly tool names#891
Open
joaquinsosamartin wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds/updates friendly display names for additional tool IDs in the VS Code extension’s toolNames.json, so tool invocations show more readable labels in UI surfaces.
Changes:
- Add friendly names for two Azure MCP tools (
mcp_azure_mcp_pricing,mcp_azure_mcp_get_azure_bestpractices) - Add a friendly name for
ide-get_selection - Add friendly names for two Angular MCP tools (
mcp_angular-cli_get_best_practices,mcp_angular-cli_list_projects)
Comments suppressed due to low confidence (1)
vscode-extension/src/toolNames.json:612
mcp_angular-cli_list_projectsis mapped to "Angular MCP: Get Project List", but the tool name is "list_projects" and other entries use "List …" phrasing (e.g., "List Projects"). Rename to something like "Angular MCP: List Projects" for consistency and clarity.
,"mcp_angular-cli_get_best_practices": "Angular MCP: Get Best Practices"
,"mcp_angular-cli_list_projects": "Angular MCP: Get Project List"
Comment on lines
+611
to
+612
| ,"mcp_angular-cli_get_best_practices": "Angular MCP: Get Best Practices" | ||
| ,"mcp_angular-cli_list_projects": "Angular MCP: Get Project List" |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add friendly names for these tools: