Describe:
According to the Web Testing Guide, the command curl -O https://raw.githubusercontent.com/AzureCosmosDB/MCPToolkit/main/cosmos-mcp-client.html was executed to download the cosmos-mcp-client.html file. However, the actual result was a 404 Not Found error, as shown in the image below.

Repro Steps:
- Run
git clone https://github.com/AzureCosmosDB/MCPToolKit.git and cd MCPToolKit.
- Deploy Infrastructure via Azure Developer CLI (azd up).
- Run
.\scripts\Deploy-Cosmos-MCP-Toolkit.ps1 -ResourceGroup "YOUR-RESOURCE-GROUP" -EntraAppName "My Custom MCP App".
- Run
curl -O https://raw.githubusercontent.com/AzureCosmosDB/MCPToolKit/main/cosmos-mcp-client.html.
Environment:
- OS: Windows
- Azd version: azd version 1.21.3 (commit b01891fc63b1faf9a9633cdc630deab0b4d569c4).
Expected behavior:
cosmos-mcp-client.html file can be downloaded successfully.
@sajeetharan and @hemarina for notification.