@azure/mcp 2.0.0-beta.27 → 2.0.0-beta.29

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 +12 -6
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -96,10 +96,6 @@ Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/bl
96
96
  * List Microsoft Foundry agents
97
97
  * Connect and query Microsoft Foundry agents
98
98
  * Evaluate Microsoft Foundry agents
99
- * Get SDK samples for interacting with Microsoft Foundry agent
100
- * Create Microsoft Foundry agent threads
101
- * List Microsoft Foundry agent threads
102
- * Get messages of a Microsoft Foundry thread
103
99
 
104
100
  ### 📊 Azure Advisor
105
101
 
@@ -174,6 +170,7 @@ Example prompts that generate Azure CLI commands:
174
170
  * "Create a 128 GB Premium_LRS managed disk named 'my-disk' in resource group 'my-resource-group'"
175
171
  * "Create a managed disk from snapshot in resource group 'my-resource-group'"
176
172
  * "Create a disk 'my-disk' in resource group 'my-resource-group' with tags env=prod team=infra"
173
+ * "Delete managed disk 'my-disk' in resource group 'my-resource-group'"
177
174
  * "Update disk 'my-disk' in resource group 'my-resource-group' to 256 GB"
178
175
  * "Change the SKU of disk 'my-disk' to Premium_LRS"
179
176
  * "Set the IOPS limit on ultra disk 'my-disk' in resource group 'my-resource-group' to 10000"
@@ -276,6 +273,14 @@ Example prompts that generate Azure CLI commands:
276
273
 
277
274
  * "Query my Log Analytics workspace"
278
275
 
276
+ ### 🧭 Azure Monitor Instrumentation
277
+
278
+ * "List available Azure Monitor onboarding learning resources"
279
+ * "Get the learning resource at 'concepts/dotnet/opentelemetry-pipeline.md'"
280
+ * "Start Azure Monitor instrumentation orchestration for my local workspace"
281
+ * "Continue to the next orchestration step after I complete the previous action"
282
+ * "Send brownfield analysis findings to continue migration planning"
283
+
279
284
  ### 🔧 Azure Resource Management
280
285
 
281
286
  * "List my resource groups"
@@ -315,9 +320,9 @@ Example prompts that generate Azure CLI commands:
315
320
 
316
321
  ### 🏛️ Azure Well-Architected Framework
317
322
 
323
+ * "List all services with Well-Architected Framework guidance"
324
+ * "What services have architectural guidance?"
318
325
  * "Get Well-Architected Framework guidance for App Service"
319
- * "What's the WAF guidance for a VM?"
320
- * "Show me the best practices for virtual machines"
321
326
  * "What's the architectural guidance for Azure Cosmos DB?"
322
327
 
323
328
  ## Complete List of Supported Azure Services
@@ -353,6 +358,7 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
353
358
  - 🏪 **Azure Marketplace** - Product discovery
354
359
  - 🔄 **Azure Migrate** - Platform Landing Zone generation and modification guidance
355
360
  - 📈 **Azure Monitor** - Logging, metrics, and health monitoring
361
+ - 🧭 **Azure Monitor Instrumentation** - Deterministic onboarding and migration workflow for instrumenting local applications
356
362
  - ⚖️ **Azure Policy** - Policies set to enforce organizational standards
357
363
  - ⚙️ **Azure Native ISV Services** - Third-party integrations
358
364
  - 🛡️ **Azure Quick Review CLI** - Compliance scanning
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "2.0.0-beta.27",
3
+ "version": "2.0.0-beta.29",
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-win32-arm64": "2.0.0-beta.27",
37
- "@azure/mcp-linux-arm64": "2.0.0-beta.27",
38
- "@azure/mcp-darwin-x64": "2.0.0-beta.27",
39
- "@azure/mcp-linux-x64": "2.0.0-beta.27",
40
- "@azure/mcp-win32-x64": "2.0.0-beta.27",
41
- "@azure/mcp-darwin-arm64": "2.0.0-beta.27"
36
+ "@azure/mcp-win32-x64": "2.0.0-beta.29",
37
+ "@azure/mcp-linux-arm64": "2.0.0-beta.29",
38
+ "@azure/mcp-darwin-arm64": "2.0.0-beta.29",
39
+ "@azure/mcp-linux-x64": "2.0.0-beta.29",
40
+ "@azure/mcp-win32-arm64": "2.0.0-beta.29",
41
+ "@azure/mcp-darwin-x64": "2.0.0-beta.29"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"