Add MCP configuration
Create .vscode/mcp.json in your project:
{
"servers": {
"Azure Developer CLI - App Extension": {
"command": "azd",
"args": ["app", "mcp", "serve"]
}
}
} Start your services
azd app run Ask Copilot
Open GitHub Copilot Chat and ask about your services:
"What services are running?" "Show me recent errors" "Why is the API failing?"