From 89d25e44124f581f7be90fe4d78bd1eac193bbe5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:10:11 +0000 Subject: [PATCH 1/2] Initial plan From 520db3ce7add409bd86f4932a3350ddb0e2b04e6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:14:20 +0000 Subject: [PATCH 2/2] Add 14 missing friendly names for Azure, Bicep, GitHub, Microsoft Docs, and VS Code tools Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --- src/toolNames.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/toolNames.json b/src/toolNames.json index 7431c96e..95d1e8d2 100644 --- a/src/toolNames.json +++ b/src/toolNames.json @@ -28,15 +28,28 @@ ,"mcp_github_list_tags": "GitHub MCP (Remote): List Tags" ,"mcp_github_search_code": "GitHub MCP (Remote): Search Code" ,"mcp_github_search_issues": "GitHub MCP (Remote): Search Issues" + ,"mcp_github_create_pull_request": "GitHub MCP (Remote): Create Pull Request" ,"mcp_github-code-s_get_code_scanning_alert": "GitHub MCP (Code Scanning): Get Alert" ,"mcp_github-code-s_list_code_scanning_alerts": "GitHub MCP (Code Scanning): List Alerts" ,"mcp_com_microsoft_get_bestpractices": "GitHub MCP: Get Best Practices" + ,"mcp_microsoft_doc_microsoft_code_sample_search": "Microsoft Docs MCP: Code Sample Search" + ,"mcp_microsoft_doc_microsoft_docs_search": "Microsoft Docs MCP: Docs Search" ,"mcp_gitkraken_git_add_or_commit": "GitKraken MCP: Git Add or Commit" ,"mcp_gitkraken_git_status": "GitKraken MCP: Git Status" ,"mcp_gitkraken_git_branch": "GitKraken MCP: Git Branch" ,"mcp_gitkraken_git_checkout": "GitKraken MCP: Git Checkout" ,"mcp_gitkraken_gitkraken_workspace_list": "GitKraken MCP: List Workspaces" ,"mcp_azure_aks": "Azure MCP: AKS" + ,"mcp_azure_mcp_azureterraformbestpractices": "Azure MCP: Azure Terraform Best Practices" + ,"mcp_azure_mcp_documentation": "Azure MCP: Documentation" + ,"mcp_bicep_format_bicep_file": "Bicep MCP: Format Bicep File" + ,"mcp_bicep_get_az_resource_type_schema": "Bicep MCP: Get Az Resource Type Schema" + ,"mcp_bicep_get_bicep_best_practices": "Bicep MCP: Get Bicep Best Practices" + ,"mcp_bicep_get_bicep_file_diagnostics": "Bicep MCP: Get Bicep File Diagnostics" + ,"mcp_bicep_list_az_resource_types_for_provider": "Bicep MCP: List Az Resource Types For Provider" + ,"azure_bicep-get_azure_verified_module": "Azure Bicep: Get Azure Verified Module" + ,"azure_development-recommend_custom_modes": "Azure Development: Recommend Custom Modes" + ,"azure_resources-query_azure_resource_graph": "Azure Resources: Query Azure Resource Graph" ,"manage_todo_list": "Manage TODO List" ,"copilot_readFile": "Read File" ,"copilot_viewImage": "Copilot View Image" @@ -242,6 +255,7 @@ ,"read": "Read" ,"vscode_editFile_internal": "VSCode Edit File (Internal)" ,"vscode_fetchWebPage_internal": "VSCode Fetch Web Page (Internal)" + ,"vscode_searchExtensions_internal": "VSCode Search Extensions (Internal)" ,"vscode-websearchforcopilot_webSearch": "VSCode WebSearch for Copilot: Web Search" ,"webfetch": "Web Fetch" ,"write": "Write"