@azure/mcp-darwin-x64 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.
- package/README.md +5 -3
- package/dist/appsettings.json +5 -0
- package/dist/azmcp +0 -0
- package/package.json +1 -1
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/
|
|
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/
|
|
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 **
|
|
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/dist/azmcp
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-darwin-x64",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.9",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on x64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
|