@azure/mcp-darwin-arm64 2.0.0-beta.15 → 2.0.0-beta.16

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 (3) hide show
  1. package/README.md +14 -10
  2. package/dist/azmcp +0 -0
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -65,14 +65,8 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
65
65
 
66
66
  Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoints. To self-host the Azure MCP Server for use with these platforms, deploy it as a remote MCP server on [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/overview).
67
67
 
68
- ### Microsoft Foundry
68
+ Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/azd-templates/README.md) for deployment options.
69
69
 
70
- 1. Follow the [deployment guide](https://github.com/Azure-Samples/azmcp-foundry-aca-mi) for Microsoft Foundry.
71
- 2. See [Microsoft Foundry's MCP documentation](https://learn.microsoft.com/azure/ai-foundry/agents/how-to/tools/model-context-protocol) for more details.
72
-
73
- ### Microsoft Copilot Studio
74
-
75
- 1. Follow the [deployment guide](https://github.com/Azure-Samples/azmcp-copilot-studio-aca-mi) for Microsoft Copilot Studio.
76
70
 
77
71
  # Usage
78
72
 
@@ -162,7 +156,16 @@ Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoin
162
156
  * "Send an email from my communication service endpoint with custom sender name and multiple recipients"
163
157
  * "Send an email to 'user1@example.com' and 'user2@example.com' with subject 'Team Update' and message 'Please review the attached document.'"
164
158
 
165
- ### 📦 Azure Container Apps
159
+ ### Azure Compute
160
+
161
+ * "List all virtual machines in my subscription"
162
+ * "Show me all VMs in resource group 'my-resource-group'"
163
+ * "Get details for virtual machine 'my-vm' in resource group 'my-resource-group'"
164
+ * "Get virtual machine 'my-vm' with instance view including power state and runtime status"
165
+ * "Show me the power state and provisioning status of VM 'my-vm'"
166
+ * "What is the current status of my virtual machine 'my-vm'?"
167
+
168
+ ### �📦 Azure Container Apps
166
169
 
167
170
  * "List the container apps in my subscription"
168
171
  * "Show me the container apps in my 'my-resource-group' resource group"
@@ -287,7 +290,7 @@ Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoin
287
290
 
288
291
  ## Complete List of Supported Azure Services
289
292
 
290
- The Azure MCP Server provides tools for interacting with **41+ Azure service areas**:
293
+ The Azure MCP Server provides tools for interacting with **42+ Azure service areas**:
291
294
 
292
295
  - 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
293
296
  - 📊 **Azure Advisor** - Advisor recommendations
@@ -298,7 +301,8 @@ The Azure MCP Server provides tools for interacting with **41+ Azure service are
298
301
  - 🛡️ **Azure Best Practices** - Secure, production-grade guidance
299
302
  - 🖥️ **Azure CLI Generate** - Generate Azure CLI commands from natural language
300
303
  - 📞 **Azure Communication Services** - SMS messaging and communication
301
- - 🔐 **Azure Confidential Ledger** - Tamper-proof ledger operations
304
+ - **Azure Compute** - Virtual Machine and Virtual Machine Scale Set management
305
+ - �🔐 **Azure Confidential Ledger** - Tamper-proof ledger operations
302
306
  - 📦 **Azure Container Apps** - Container hosting
303
307
  - 📦 **Azure Container Registry (ACR)** - Container registry management
304
308
  - 📊 **Azure Cosmos DB** - NoSQL database operations
package/dist/azmcp CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-darwin-arm64",
3
- "version": "2.0.0-beta.15",
3
+ "version": "2.0.0-beta.16",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64",
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
- "url": "https://github.com/microsoft/mcp.git",
18
- "type": "git"
17
+ "type": "git",
18
+ "url": "https://github.com/microsoft/mcp.git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=20.0.0"