@azure/mcp-linux-arm64 3.0.0-beta.33 → 3.0.0-beta.35
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 +3 -1
- package/dist/Azure.Mcp.Tools.AzureMigrate.xml +3 -3
- package/dist/azmcp +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
29
29
|
**Azure MCP Server** supercharges your agents with Azure context across **40+ different Azure services**.
|
|
30
30
|
|
|
31
31
|
# Local Setup
|
|
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 Node.js
|
|
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`.
|
|
33
33
|
- Configure the `mcp.json` file with the following:
|
|
34
34
|
|
|
35
35
|
```json
|
|
@@ -442,6 +442,8 @@ Example prompts that generate Azure CLI commands:
|
|
|
442
442
|
* "List all resilience recovery plans in service group 'my-service-group'"
|
|
443
443
|
* "Get the recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
444
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'"
|
|
445
447
|
|
|
446
448
|
### Azure Resource Manager
|
|
447
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(
|
|
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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "3.0.0-beta.35",
|
|
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",
|