Some prompts in `Azure Deploy` cannot stably trigger corresponding tools
Description:
In Azure MCP Server versions 0.9.0 and 0.9.6, when testing the prompt Show me the rules to generate bicep scripts, Create a plan to deploy this application to azure and Generate the azure architecture diagram for this application, the expected tool cannot be triggered, as shown in the following figure:
-
Test prompt:
Show me the rules to generate bicep scripts. Expected tools:azmcp_deploy_app_logs_get -
Test prompt:
Create a plan to deploy this application to azure. Expected tools:azmcp_deploy_plan_get -
Test prompt:
Generate the azure architecture diagram for this application. Expected tools:azmcp_deploy_architecture_diagram_generate
Steps to Reproduce:
- Start mcp server in namespaces mode.
- Open GitHub Copilot in VS Code and switch to Agent mode.
- Click Refresh on the tools list, and select the
Built-in,Extension: Github Copilot for Azure,MCP Server: Microsoft Docs,github MCP serverandMCP Server: Azure MCP. - Enter test prompts
Show me the rules to generate bicep scripts,Create a plan to deploy this application to azureandGenerate the azure architecture diagram for this application.
Environment:
- OS: Windows.
- Vscode Version: 1.104.2
- GitHub Copilot Chat Version: 0.31.3
- Large Language Model: Claude Sonnet 4.5
- Virtual Tool: On
- Azure MCP Server: 0.9.0 and 0.9.6
Expected Behavior: These prompts can successfully trigger the expected tools.
@joshfree for notification
"azmcp_deploy_iac_rules_get" is expected to be triggered when user specify the service types, ex. "get iac rule for azure container app" "azmcp_deploy_architecture_diagram_generate" seems to have conflict with Cloud Architect group "azmcp_deploy_plan_get" works well in my environment
We will take a look at how to distinguish our generate architecture diagram tool with cloud architect, we can move this issue to November.
@qianwens - is this going to be fixed before Ignite?