@azure/mcp-darwin-x64 2.0.0-beta.7 → 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 -4
- package/dist/appsettings.json +5 -0
- package/dist/azmcp +0 -0
- package/package.json +3 -3
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,12 +257,11 @@ 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
|
|
264
264
|
- 🎤 **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
|
|
265
|
-
- 🤖 **Azure AI Best Practices** - AI app development guidance for Microsoft Foundry and Microsoft Agent Framework
|
|
266
265
|
- ⚙️ **Azure App Configuration** - Configuration management
|
|
267
266
|
- 🕸️ **Azure App Service** - Web app hosting
|
|
268
267
|
- 🛡️ **Azure Best Practices** - Secure, production-grade guidance
|
|
@@ -296,6 +295,7 @@ The Azure MCP Server provides tools for interacting with **40+ Azure service are
|
|
|
296
295
|
- 🗄️ **Azure SQL Elastic Pool** - Database resource sharing
|
|
297
296
|
- 🗄️ **Azure SQL Server** - Server administration
|
|
298
297
|
- 💾 **Azure Storage** - Blob storage
|
|
298
|
+
- 🔄 **Azure Storage Sync** - Azure File Sync management operations
|
|
299
299
|
- 📋 **Azure Subscription** - Subscription management
|
|
300
300
|
- 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
|
|
301
301
|
- 🖥️ **Azure Virtual Desktop** - Virtual desktop infrastructure
|
|
@@ -313,6 +313,7 @@ The Azure MCP Server provides tools for interacting with **40+ Azure service are
|
|
|
313
313
|
## Feedback and Support
|
|
314
314
|
|
|
315
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.
|
|
316
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.
|
|
317
318
|
- 👉 [Open an issue](https://github.com/microsoft/mcp/issues) in the public GitHub repository — we’d love to hear from you!
|
|
318
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",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "https://github.com/microsoft/mcp/issues"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"url": "https://github.com/microsoft/mcp.git",
|
|
18
|
+
"type": "git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20.0.0"
|