Skip to content

Add 4 friendly tool names#891

Open
joaquinsosamartin wants to merge 2 commits into
rajbos:mainfrom
joaquinsosamartin:main
Open

Add 4 friendly tool names#891
joaquinsosamartin wants to merge 2 commits into
rajbos:mainfrom
joaquinsosamartin:main

Conversation

@joaquinsosamartin
Copy link
Copy Markdown

Add friendly names for these tools:

  • ide-get_selection
  • mcp_angular-cli_get_best_practices
  • mcp_angular-cli_list_projects
  • mcp_azure_mcp_get_azure_bestpractices
  • mcp_azure_mcp_pricing

Copilot AI review requested due to automatic review settings May 15, 2026 18:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_projects is 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 thread vscode-extension/src/toolNames.json Outdated
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"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants