-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Description
Testing environment setup
OS: Windows if not specified
VS Code Version: latest version of stable
Tool selection:
- Virtual Tool On:
- Built-in
- Extension: Github Copilot for Azure
- MCP Server: Azure MCP
- github MCP server
- Virtual Tool Off
- Built-in
- Extension: Github Copilot for Azure
- MCP Server: Azure MCP
Mode: Agent
Model: Claude Sonnet 4.5
Azure MCP version: The latest version if not specified
Server setup
Refer to the instructions in CONTRIBUTING.md#server-modes on how to configure Azure MCP server with the desired mode.
For consolidated mode
Add the following setting to settings.json file and verify that you can see consolidated tools.
{
"azureMcp.serverMode": "consolidated"
}Tests to execute
All or namespace mode
Run through all the test prompts listed in e2eTestPrompts.md, if not specified.
Consolidated mode
Run through all the test prompts listed in consolidated-prompts.json
- It contains the mapping between tool names and corresponding test promtps.
Validation
Expected behavior: expected tools are called without error.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress