@azure/mcp 2.0.0-beta.24 → 2.0.0-beta.26

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 +15 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -177,6 +177,12 @@ Example prompts that generate Azure CLI commands:
177
177
  * "Get virtual machine 'my-vm' with instance view including power state and runtime status"
178
178
  * "Show me the power state and provisioning status of VM 'my-vm'"
179
179
  * "What is the current status of my virtual machine 'my-vm'?"
180
+ * "Create a new VM named 'my-vm' in resource group 'my-rg' for web workloads"
181
+ * "Create a Linux VM with Ubuntu 22.04 and SSH key authentication"
182
+ * "Create a development VM with Standard_B2s size in East US"
183
+ * "Update VM 'my-vm' tags to environment=production"
184
+ * "Create a VMSS named 'my-vmss' with 3 instances for web workloads"
185
+ * "Update VMSS 'my-vmss' capacity to 5 instances"
180
186
 
181
187
  ### �📦 Azure Container Apps
182
188
 
@@ -301,9 +307,16 @@ Example prompts that generate Azure CLI commands:
301
307
  * "Turn off DDoS protection in my Platform Landing Zone"
302
308
  * "Turn off Bastion host in my Platform Landing Zone"
303
309
 
310
+ ### 🏛️ Azure Well-Architected Framework
311
+
312
+ * "Get Well-Architected Framework guidance for App Service"
313
+ * "What's the WAF guidance for a VM?"
314
+ * "Show me the best practices for virtual machines"
315
+ * "What's the architectural guidance for Azure Cosmos DB?"
316
+
304
317
  ## Complete List of Supported Azure Services
305
318
 
306
- The Azure MCP Server provides tools for interacting with **42+ Azure service areas**:
319
+ The Azure MCP Server provides tools for interacting with **43+ Azure service areas**:
307
320
 
308
321
  - 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
309
322
  - 📊 **Azure Advisor** - Advisor recommendations
@@ -351,6 +364,7 @@ The Azure MCP Server provides tools for interacting with **42+ Azure service are
351
364
  - 📋 **Azure Subscription** - Subscription management
352
365
  - 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
353
366
  - 🖥️ **Azure Virtual Desktop** - Virtual desktop infrastructure
367
+ - 🏛️ **Azure Well-Architected Framework** - Architectural best practices and design patterns
354
368
  - 📊 **Azure Workbooks** - Custom visualizations
355
369
  - 🏗️ **Bicep** - Azure resource templates
356
370
  - 🏗️ **Cloud Architect** - Guided architecture design
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "2.0.0-beta.24",
3
+ "version": "2.0.0-beta.26",
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-darwin-arm64": "2.0.0-beta.24",
37
- "@azure/mcp-linux-arm64": "2.0.0-beta.24",
38
- "@azure/mcp-win32-arm64": "2.0.0-beta.24",
39
- "@azure/mcp-win32-x64": "2.0.0-beta.24",
40
- "@azure/mcp-darwin-x64": "2.0.0-beta.24",
41
- "@azure/mcp-linux-x64": "2.0.0-beta.24"
36
+ "@azure/mcp-darwin-arm64": "2.0.0-beta.26",
37
+ "@azure/mcp-linux-x64": "2.0.0-beta.26",
38
+ "@azure/mcp-win32-arm64": "2.0.0-beta.26",
39
+ "@azure/mcp-win32-x64": "2.0.0-beta.26",
40
+ "@azure/mcp-darwin-x64": "2.0.0-beta.26",
41
+ "@azure/mcp-linux-arm64": "2.0.0-beta.26"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"