@azure/mcp-linux-arm64 3.0.0-beta.39 → 3.0.0-beta.40

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 CHANGED
@@ -26,7 +26,7 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
26
26
 
27
27
  # Overview
28
28
 
29
- **Azure MCP Server** supercharges your agents with Azure context across **40+ different Azure services**.
29
+ **Azure MCP Server** supercharges your agents with Azure context across numerous Azure services.
30
30
 
31
31
  # Local Setup
32
32
  - To use Azure MCP server from node one must have Node.js (LTS) installed and available on your system PATH — this provides both `npm` and `npx`. We recommend the latest Node.js LTS version. To verify your installation run: `node --version`, `npm --version`, and `npx --version`.
@@ -336,6 +336,12 @@ Example prompts that generate Azure CLI commands:
336
336
  * "Show me IoT Hub 'my-iot-hub' in resource group 'my-resource-group' of my subscription 'my-subscription'"
337
337
  * "Get details for IoT Hub 'my-iot-hub' in resource group 'my-resource-group' of my subscription 'my-subscription'"
338
338
  * "List devices in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
339
+ * "Show device 'my-device' in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
340
+ * "Show device statistics for IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
341
+ * "Get the device twin for 'my-device' in IoT Hub 'my-iot-hub'"
342
+ * "Query all devices in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
343
+ * "Compile an IoT Hub query for devices where reported batteryLevel is less than 20"
344
+ * "Discover the queryable device twin fields in IoT Hub 'my-iot-hub'"
339
345
 
340
346
  ### 🔑 Azure Key Vault
341
347
 
@@ -201,7 +201,7 @@
201
201
  Helper for creating Azure Migrate projects.
202
202
  </summary>
203
203
  </member>
204
- <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper.CreateAzureMigrateProjectAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Mcp.Core.Options.RetryPolicyOptions,System.Threading.CancellationToken)">
204
+ <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper.CreateAzureMigrateProjectAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
205
205
  <summary>
206
206
  Creates an Azure Migrate project in the specified resource group.
207
207
  </summary>
@@ -530,11 +530,6 @@
530
530
  Gets or sets the tenant ID for resource creation.
531
531
  </summary>
532
532
  </member>
533
- <member name="P:Azure.Mcp.Tools.AzureMigrate.Options.PlatformLandingZone.RequestOptions.RetryPolicy">
534
- <summary>
535
- Gets or sets the retry policy options for HTTP requests.
536
- </summary>
537
- </member>
538
533
  <member name="T:Azure.Mcp.Tools.AzureMigrate.Services.IPlatformLandingZoneGuidanceService">
539
534
  <summary>
540
535
  Service interface for platform landing zone modification guidance.
package/dist/azmcp CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-linux-arm64",
3
- "version": "3.0.0-beta.39",
3
+ "version": "3.0.0-beta.40",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux on arm64",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",