@azure/mcp 2.0.0-beta.8 → 2.0.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -66,12 +66,12 @@ Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoin
66
66
 
67
67
  ### Microsoft Foundry
68
68
 
69
- 1. Follow the [deployment guide](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server/azd-templates/aca-foundry-managed-identity/) for Microsoft Foundry.
69
+ 1. Follow the [deployment guide](https://github.com/Azure-Samples/azmcp-foundry-aca-mi) for Microsoft Foundry.
70
70
  2. See [Microsoft Foundry's MCP documentation](https://learn.microsoft.com/azure/ai-foundry/agents/how-to/tools/model-context-protocol) for more details.
71
71
 
72
72
  ### Microsoft Copilot Studio
73
73
 
74
- 1. Follow the [deployment guide](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server/azd-templates/aca-copilot-studio-managed-identity/) for Microsoft Copilot Studio.
74
+ 1. Follow the [deployment guide](https://github.com/Azure-Samples/azmcp-copilot-studio-aca-mi) for Microsoft Copilot Studio.
75
75
 
76
76
  # Usage
77
77
 
@@ -257,7 +257,7 @@ Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoin
257
257
 
258
258
  ## Complete List of Supported Azure Services
259
259
 
260
- The Azure MCP Server provides tools for interacting with **40+ Azure service areas**:
260
+ The Azure MCP Server provides tools for interacting with **41+ Azure service areas**:
261
261
 
262
262
  - 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
263
263
  - 🔎 **Azure AI Search** - Search engine/vector database operations
@@ -295,6 +295,7 @@ The Azure MCP Server provides tools for interacting with **40+ Azure service are
295
295
  - 🗄️ **Azure SQL Elastic Pool** - Database resource sharing
296
296
  - 🗄️ **Azure SQL Server** - Server administration
297
297
  - 💾 **Azure Storage** - Blob storage
298
+ - 🔄 **Azure Storage Sync** - Azure File Sync management operations
298
299
  - 📋 **Azure Subscription** - Subscription management
299
300
  - 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
300
301
  - 🖥️ **Azure Virtual Desktop** - Virtual desktop infrastructure
@@ -312,6 +313,7 @@ The Azure MCP Server provides tools for interacting with **40+ Azure service are
312
313
  ## Feedback and Support
313
314
 
314
315
  - Check the [Troubleshooting guide](https://aka.ms/azmcp/troubleshooting) to diagnose and resolve common issues with the Azure MCP Server.
316
+ - For advanced troubleshooting, you can enable [support logging](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/TROUBLESHOOTING.md#support-logging) using the `--dangerously-write-support-logs-to-dir` option.
315
317
  - We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Azure MCP server.
316
318
  - 👉 [Open an issue](https://github.com/microsoft/mcp/issues) in the public GitHub repository — we’d love to hear from you!
317
319
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "2.0.0-beta.8",
3
+ "version": "2.0.0-beta.9",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
@@ -33,12 +33,12 @@
33
33
  "arm64"
34
34
  ],
35
35
  "optionalDependencies": {
36
- "@azure/mcp-win32-x64": "2.0.0-beta.8",
37
- "@azure/mcp-win32-arm64": "2.0.0-beta.8",
38
- "@azure/mcp-linux-arm64": "2.0.0-beta.8",
39
- "@azure/mcp-darwin-arm64": "2.0.0-beta.8",
40
- "@azure/mcp-darwin-x64": "2.0.0-beta.8",
41
- "@azure/mcp-linux-x64": "2.0.0-beta.8"
36
+ "@azure/mcp-linux-x64": "2.0.0-beta.9",
37
+ "@azure/mcp-darwin-arm64": "2.0.0-beta.9",
38
+ "@azure/mcp-win32-arm64": "2.0.0-beta.9",
39
+ "@azure/mcp-win32-x64": "2.0.0-beta.9",
40
+ "@azure/mcp-darwin-x64": "2.0.0-beta.9",
41
+ "@azure/mcp-linux-arm64": "2.0.0-beta.9"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"