@azure/mcp 2.0.0-beta.25 → 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.
- package/README.md +9 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -307,9 +307,16 @@ Example prompts that generate Azure CLI commands:
|
|
|
307
307
|
* "Turn off DDoS protection in my Platform Landing Zone"
|
|
308
308
|
* "Turn off Bastion host in my Platform Landing Zone"
|
|
309
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
|
+
|
|
310
317
|
## Complete List of Supported Azure Services
|
|
311
318
|
|
|
312
|
-
The Azure MCP Server provides tools for interacting with **
|
|
319
|
+
The Azure MCP Server provides tools for interacting with **43+ Azure service areas**:
|
|
313
320
|
|
|
314
321
|
- 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
|
|
315
322
|
- 📊 **Azure Advisor** - Advisor recommendations
|
|
@@ -357,6 +364,7 @@ The Azure MCP Server provides tools for interacting with **42+ Azure service are
|
|
|
357
364
|
- 📋 **Azure Subscription** - Subscription management
|
|
358
365
|
- 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
|
|
359
366
|
- 🖥️ **Azure Virtual Desktop** - Virtual desktop infrastructure
|
|
367
|
+
- 🏛️ **Azure Well-Architected Framework** - Architectural best practices and design patterns
|
|
360
368
|
- 📊 **Azure Workbooks** - Custom visualizations
|
|
361
369
|
- 🏗️ **Bicep** - Azure resource templates
|
|
362
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.
|
|
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-
|
|
37
|
-
"@azure/mcp-
|
|
38
|
-
"@azure/mcp-
|
|
39
|
-
"@azure/mcp-
|
|
40
|
-
"@azure/mcp-
|
|
41
|
-
"@azure/mcp-
|
|
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"
|