@azure/mcp 2.0.0-beta.26 → 2.0.0-beta.28
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 +20 -8
- 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
|
|
|
@@ -171,6 +167,12 @@ Example prompts that generate Azure CLI commands:
|
|
|
171
167
|
* "List all my managed disks in subscription 'my-subscription'"
|
|
172
168
|
* "Show me all disks in resource group 'my-resource-group'"
|
|
173
169
|
* "Get details of disk 'my-disk' in resource group 'my-resource-group'"
|
|
170
|
+
* "Create a 128 GB Premium_LRS managed disk named 'my-disk' in resource group 'my-resource-group'"
|
|
171
|
+
* "Create a managed disk from snapshot in resource group 'my-resource-group'"
|
|
172
|
+
* "Create a disk 'my-disk' in resource group 'my-resource-group' with tags env=prod team=infra"
|
|
173
|
+
* "Update disk 'my-disk' in resource group 'my-resource-group' to 256 GB"
|
|
174
|
+
* "Change the SKU of disk 'my-disk' to Premium_LRS"
|
|
175
|
+
* "Set the IOPS limit on ultra disk 'my-disk' in resource group 'my-resource-group' to 10000"
|
|
174
176
|
* "List all virtual machines in my subscription"
|
|
175
177
|
* "Show me all VMs in resource group 'my-resource-group'"
|
|
176
178
|
* "Get details for virtual machine 'my-vm' in resource group 'my-resource-group'"
|
|
@@ -270,6 +272,14 @@ Example prompts that generate Azure CLI commands:
|
|
|
270
272
|
|
|
271
273
|
* "Query my Log Analytics workspace"
|
|
272
274
|
|
|
275
|
+
### 🧭 Azure Monitor Instrumentation
|
|
276
|
+
|
|
277
|
+
* "List available Azure Monitor onboarding learning resources"
|
|
278
|
+
* "Get the learning resource at 'concepts/dotnet/opentelemetry-pipeline.md'"
|
|
279
|
+
* "Start Azure Monitor instrumentation orchestration for my local workspace"
|
|
280
|
+
* "Continue to the next orchestration step after I complete the previous action"
|
|
281
|
+
* "Send brownfield analysis findings to continue migration planning"
|
|
282
|
+
|
|
273
283
|
### 🔧 Azure Resource Management
|
|
274
284
|
|
|
275
285
|
* "List my resource groups"
|
|
@@ -309,9 +319,9 @@ Example prompts that generate Azure CLI commands:
|
|
|
309
319
|
|
|
310
320
|
### 🏛️ Azure Well-Architected Framework
|
|
311
321
|
|
|
322
|
+
* "List all services with Well-Architected Framework guidance"
|
|
323
|
+
* "What services have architectural guidance?"
|
|
312
324
|
* "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
325
|
* "What's the architectural guidance for Azure Cosmos DB?"
|
|
316
326
|
|
|
317
327
|
## Complete List of Supported Azure Services
|
|
@@ -335,9 +345,10 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
335
345
|
- 🧮 **Azure Data Explorer** - Analytics queries and KQL
|
|
336
346
|
- 🐬 **Azure Database for MySQL** - MySQL database management
|
|
337
347
|
- 🐘 **Azure Database for PostgreSQL** - PostgreSQL database management
|
|
348
|
+
- 🏭 **Azure Device Registry** - Device Registry namespace management
|
|
338
349
|
- 📊 **Azure Event Grid** - Event routing and management
|
|
339
|
-
-
|
|
340
|
-
- ⚡ **Azure Functions** - Function App management
|
|
350
|
+
- 📁 **Azure File Shares** - Azure managed file share operations
|
|
351
|
+
- ⚡ **Azure Functions** - Function App management and functions project files, language support, and templates source code
|
|
341
352
|
- 🔑 **Azure Key Vault** - Secrets, keys, and certificates
|
|
342
353
|
- ☸️ **Azure Kubernetes Service (AKS)** - Container orchestration
|
|
343
354
|
- 📦 **Azure Load Testing** - Performance testing
|
|
@@ -346,6 +357,7 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
346
357
|
- 🏪 **Azure Marketplace** - Product discovery
|
|
347
358
|
- 🔄 **Azure Migrate** - Platform Landing Zone generation and modification guidance
|
|
348
359
|
- 📈 **Azure Monitor** - Logging, metrics, and health monitoring
|
|
360
|
+
- 🧭 **Azure Monitor Instrumentation** - Deterministic onboarding and migration workflow for instrumenting local applications
|
|
349
361
|
- ⚖️ **Azure Policy** - Policies set to enforce organizational standards
|
|
350
362
|
- ⚙️ **Azure Native ISV Services** - Third-party integrations
|
|
351
363
|
- 🛡️ **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.
|
|
3
|
+
"version": "2.0.0-beta.28",
|
|
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.
|
|
37
|
-
"@azure/mcp-
|
|
38
|
-
"@azure/mcp-
|
|
39
|
-
"@azure/mcp-
|
|
40
|
-
"@azure/mcp-
|
|
41
|
-
"@azure/mcp-
|
|
36
|
+
"@azure/mcp-darwin-arm64": "2.0.0-beta.28",
|
|
37
|
+
"@azure/mcp-win32-arm64": "2.0.0-beta.28",
|
|
38
|
+
"@azure/mcp-linux-x64": "2.0.0-beta.28",
|
|
39
|
+
"@azure/mcp-darwin-x64": "2.0.0-beta.28",
|
|
40
|
+
"@azure/mcp-linux-arm64": "2.0.0-beta.28",
|
|
41
|
+
"@azure/mcp-win32-x64": "2.0.0-beta.28"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"postinstall": "node ./scripts/post-install-script.js"
|