Skip to content

Add missing friendly names for 6 tools in toolNames.json#426

Merged
rajbos merged 3 commits intomainfrom
copilot/add-friendly-names-for-tools-again
Mar 18, 2026
Merged

Add missing friendly names for 6 tools in toolNames.json#426
rajbos merged 3 commits intomainfrom
copilot/add-friendly-names-for-tools-again

Conversation

Copy link
Contributor

Copilot AI commented Mar 18, 2026

Six tool identifiers lacked entries in src/toolNames.json, causing them to display as "Unknown" in the UI.

Added entries

Non-MCP tools (inserted alphabetically):

  • create_virtual_environmentCreate Virtual Environment
  • install_python_packagesInstall Python Packages

Chrome DevTools MCP tools (grouped with existing mcp_chrome-devtoo_* entries):

  • mcp_chrome-devtoo_fill_formChrome DevTools MCP: Fill Form
  • mcp_chrome-devtoo_hoverChrome DevTools MCP: Hover
  • mcp_chrome-devtoo_list_network_requestsChrome DevTools MCP: List Network Requests
  • mcp_chrome-devtoo_press_keyChrome DevTools MCP: Press Key
Original prompt

This section details on the original issue you should resolve

<issue_title>Add missing friendly names for tools</issue_title>
<issue_description>## Unknown Tools Found

The following tools were detected but don't have friendly display names:

  • create_virtual_environment
  • install_python_packages
  • mcp_chrome-devtoo_fill_form
  • mcp_chrome-devtoo_hover
  • mcp_chrome-devtoo_list_network_requests
  • mcp_chrome-devtoo_press_key

Please add friendly names for these tools to improve the user experience.</issue_description>

Comments on the Issue (you are @copilot in this section)

Custom agent used: Tool Names - Add Missing Friendly Names
Add friendly display names for unknown MCP and VS Code tools detected in session logs. Handles tool name mapping in src/toolNames.json.


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

…tall_python_packages, and chrome-devtoo MCP tools

Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copilot AI changed the title [WIP] Add missing friendly names for tools Add missing friendly names for 6 tools in toolNames.json Mar 18, 2026
Copilot AI requested a review from rajbos March 18, 2026 08:22
@rajbos rajbos marked this pull request as ready for review March 18, 2026 08:25
@rajbos rajbos enabled auto-merge March 18, 2026 08:25
@rajbos rajbos merged commit bf8d39c into main Mar 18, 2026
13 checks passed
@rajbos rajbos deleted the copilot/add-friendly-names-for-tools-again branch March 18, 2026 08:27
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.

Add missing friendly names for tools

2 participants