Description:
When running the MCP server in default mode on PR #626 , the Copilot chat does not trigger the Deploy tool for any prompts except Generate CI/CD guidance for a GitHub repository that deploys a .NET API to Azure. in the Deploy — Pipeline Guidance Get section. Responses to some of the prompts are as follows:
Steps to Reproduce:
- Run
git clone https://github.com/qianwens/azure-mcp/tree/qianwen/deploy and switch branch to qianwen/deploy.
- Run
dotnet build.
- Run
az login.
- Configure
mcp.json in default mode.
- Start mcp server.
- Open GitHub Copilot in VS Code and switch to Agent mode.
- Click Refresh on the tool list to select only the MCP Server tool in default mode.
- Enter test prompts
Recommend an Azure DevOps pipeline for building and deploying a container app..
Environment:
- OS: Windows.
- Vscode Insiders Version: 1.103.0
- GitHub Copilot Chat Version: 0.31.2025081401
- MCP Service Mode: Default(namespace)
Test Prompts:
Recommend an Azure DevOps pipeline for building and deploying a container app.
I have a monorepo; what pipeline setup should I use for independent services?
Provide guidance for handling secrets, environment variables, and approvals in the pipeline.
Help me set up CI/CD that builds PRs, runs tests, and deploys on merges to main.
Expected Behavior:
Copilot chat should invoke the Deploy tool for each prompt.
@jongio for notification.
Description:
When running the MCP server in
defaultmode on PR #626 , the Copilot chat does not trigger the Deploy tool for any prompts exceptGenerate CI/CD guidance for a GitHub repository that deploys a .NET API to Azure.in the Deploy — Pipeline Guidance Get section. Responses to some of the prompts are as follows:Steps to Reproduce:
git clone https://github.com/qianwens/azure-mcp/tree/qianwen/deployand switch branch toqianwen/deploy.dotnet build.az login.mcp.jsonin default mode.Recommend an Azure DevOps pipeline for building and deploying a container app..Environment:
Test Prompts:
Recommend an Azure DevOps pipeline for building and deploying a container app.I have a monorepo; what pipeline setup should I use for independent services?Provide guidance for handling secrets, environment variables, and approvals in the pipeline.Help me set up CI/CD that builds PRs, runs tests, and deploys on merges to main.Expected Behavior:
Copilot chat should invoke the Deploy tool for each prompt.
@jongio for notification.