Skip to content

Commit dc1515b

Browse files
authored
Merge pull request #431 from rajbos/copilot/add-friendly-names-for-tools
Add missing friendly names for Azure, Bicep, GitHub, Microsoft Docs, and VS Code tools
2 parents 2aed79e + 520db3c commit dc1515b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/toolNames.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,28 @@
2828
,"mcp_github_list_tags": "GitHub MCP (Remote): List Tags"
2929
,"mcp_github_search_code": "GitHub MCP (Remote): Search Code"
3030
,"mcp_github_search_issues": "GitHub MCP (Remote): Search Issues"
31+
,"mcp_github_create_pull_request": "GitHub MCP (Remote): Create Pull Request"
3132
,"mcp_github-code-s_get_code_scanning_alert": "GitHub MCP (Code Scanning): Get Alert"
3233
,"mcp_github-code-s_list_code_scanning_alerts": "GitHub MCP (Code Scanning): List Alerts"
3334
,"mcp_com_microsoft_get_bestpractices": "GitHub MCP: Get Best Practices"
35+
,"mcp_microsoft_doc_microsoft_code_sample_search": "Microsoft Docs MCP: Code Sample Search"
36+
,"mcp_microsoft_doc_microsoft_docs_search": "Microsoft Docs MCP: Docs Search"
3437
,"mcp_gitkraken_git_add_or_commit": "GitKraken MCP: Git Add or Commit"
3538
,"mcp_gitkraken_git_status": "GitKraken MCP: Git Status"
3639
,"mcp_gitkraken_git_branch": "GitKraken MCP: Git Branch"
3740
,"mcp_gitkraken_git_checkout": "GitKraken MCP: Git Checkout"
3841
,"mcp_gitkraken_gitkraken_workspace_list": "GitKraken MCP: List Workspaces"
3942
,"mcp_azure_aks": "Azure MCP: AKS"
43+
,"mcp_azure_mcp_azureterraformbestpractices": "Azure MCP: Azure Terraform Best Practices"
44+
,"mcp_azure_mcp_documentation": "Azure MCP: Documentation"
45+
,"mcp_bicep_format_bicep_file": "Bicep MCP: Format Bicep File"
46+
,"mcp_bicep_get_az_resource_type_schema": "Bicep MCP: Get Az Resource Type Schema"
47+
,"mcp_bicep_get_bicep_best_practices": "Bicep MCP: Get Bicep Best Practices"
48+
,"mcp_bicep_get_bicep_file_diagnostics": "Bicep MCP: Get Bicep File Diagnostics"
49+
,"mcp_bicep_list_az_resource_types_for_provider": "Bicep MCP: List Az Resource Types For Provider"
50+
,"azure_bicep-get_azure_verified_module": "Azure Bicep: Get Azure Verified Module"
51+
,"azure_development-recommend_custom_modes": "Azure Development: Recommend Custom Modes"
52+
,"azure_resources-query_azure_resource_graph": "Azure Resources: Query Azure Resource Graph"
4053
,"manage_todo_list": "Manage TODO List"
4154
,"copilot_readFile": "Read File"
4255
,"copilot_viewImage": "Copilot View Image"
@@ -242,6 +255,7 @@
242255
,"read": "Read"
243256
,"vscode_editFile_internal": "VSCode Edit File (Internal)"
244257
,"vscode_fetchWebPage_internal": "VSCode Fetch Web Page (Internal)"
258+
,"vscode_searchExtensions_internal": "VSCode Search Extensions (Internal)"
245259
,"vscode-websearchforcopilot_webSearch": "VSCode WebSearch for Copilot: Web Search"
246260
,"webfetch": "Web Fetch"
247261
,"write": "Write"

0 commit comments

Comments
 (0)