@azure/mcp-linux-arm64 3.0.0-beta.32 → 3.0.0-beta.34

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
@@ -138,7 +138,9 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
138
138
 
139
139
  * "List my Advisor recommendations"
140
140
  * "Apply Advisor recommendations to IaaC files"
141
- * "List all Advisor recommendation types from catalog"
141
+ * "Before I deploy virtual machines, list the Advisor recommendation metadata that could apply to them"
142
+ * "Show Advisor service retirements on or after March 31, 2026"
143
+ * "Get Advisor metadata for a recommendation type id"
142
144
 
143
145
  ### 🔎 Azure AI Search
144
146
 
@@ -440,6 +442,8 @@ Example prompts that generate Azure CLI commands:
440
442
  * "List all resilience recovery plans in service group 'my-service-group'"
441
443
  * "Get the recovery plan 'my-recovery-plan' in service group 'my-service-group'"
442
444
  * "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
445
+ * "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
446
+ * "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
443
447
 
444
448
  ### Azure Resource Manager
445
449
 
@@ -161,7 +161,7 @@
161
161
  Helper for making authenticated HTTP requests to Azure APIs.
162
162
  </summary>
163
163
  </member>
164
- <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureHttpHelper.#ctor(System.Net.Http.IHttpClientFactory,Azure.Mcp.Core.Services.Azure.Tenant.ITenantService)">
164
+ <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureHttpHelper.#ctor(Azure.Mcp.Core.Services.Azure.IAzureService)">
165
165
  <summary>
166
166
  Helper for making authenticated HTTP requests to Azure APIs.
167
167
  </summary>
@@ -196,7 +196,7 @@
196
196
  Helper for creating Azure Migrate projects.
197
197
  </summary>
198
198
  </member>
199
- <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper.#ctor(Azure.Mcp.Core.Services.Azure.Subscription.ISubscriptionService,Azure.Mcp.Core.Services.Azure.Tenant.ITenantService)">
199
+ <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper.#ctor(Azure.Mcp.Core.Services.Azure.IAzureService)">
200
200
  <summary>
201
201
  Helper for creating Azure Migrate projects.
202
202
  </summary>
@@ -666,7 +666,7 @@
666
666
  Service for platform landing zone operations.
667
667
  </summary>
668
668
  </member>
669
- <member name="M:Azure.Mcp.Tools.AzureMigrate.Services.PlatformLandingZoneService.#ctor(Azure.Mcp.Core.Services.Azure.Subscription.ISubscriptionService,Azure.Mcp.Core.Services.Azure.Tenant.ITenantService,Azure.Mcp.Tools.AzureMigrate.Helpers.AzureHttpHelper,Microsoft.Extensions.Logging.ILogger{Azure.Mcp.Tools.AzureMigrate.Services.PlatformLandingZoneService})">
669
+ <member name="M:Azure.Mcp.Tools.AzureMigrate.Services.PlatformLandingZoneService.#ctor(Azure.Mcp.Core.Services.Azure.IAzureService,Azure.Mcp.Tools.AzureMigrate.Helpers.AzureHttpHelper,Microsoft.Extensions.Logging.ILogger{Azure.Mcp.Tools.AzureMigrate.Services.PlatformLandingZoneService})">
670
670
  <summary>
671
671
  Service for platform landing zone operations.
672
672
  </summary>
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.32",
3
+ "version": "3.0.0-beta.34",
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",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/microsoft/mcp/issues"
15
15
  },
16
16
  "repository": {
17
- "url": "https://github.com/microsoft/mcp.git",
18
- "type": "git"
17
+ "type": "git",
18
+ "url": "https://github.com/microsoft/mcp.git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=22.0.0"