@azure/mcp-linux-arm64 2.0.0-beta.21 β 2.0.0-beta.22
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 +8 -4
- package/dist/Azure.Mcp.Tools.AzureMigrate.xml +119 -10
- package/dist/azmcp +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -131,15 +131,19 @@ Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/bl
|
|
|
131
131
|
|
|
132
132
|
### πΈοΈ Azure App Service
|
|
133
133
|
|
|
134
|
-
* "
|
|
135
|
-
* "Show me the websites in my 'my-resource-group' resource group"
|
|
136
|
-
* "Get the details for website 'my-website'"
|
|
137
|
-
* "Get the details for app service plan 'my-app-service-plan'"
|
|
134
|
+
* "Add a database connection for an App Service web app"
|
|
138
135
|
|
|
139
136
|
### π₯οΈ Azure CLI Generate
|
|
140
137
|
|
|
141
138
|
* Generate Azure CLI commands based on user intent
|
|
142
139
|
|
|
140
|
+
Example prompts that generate Azure CLI commands:
|
|
141
|
+
|
|
142
|
+
* "List the websites in my subscription"
|
|
143
|
+
* "Show me the websites in my 'my-resource-group' resource group"
|
|
144
|
+
* "Get the details for website 'my-website'"
|
|
145
|
+
* "Get the details for app service plan 'my-app-service-plan'"
|
|
146
|
+
|
|
143
147
|
### π₯οΈ Azure CLI Install
|
|
144
148
|
|
|
145
149
|
* Get installation instructions for Azure CLI, Azure Developer CLI and Azure Functions Core Tools CLI for your platform.
|
|
@@ -173,16 +173,6 @@
|
|
|
173
173
|
Base URL for Azure Landing Zone archetype definitions.
|
|
174
174
|
</summary>
|
|
175
175
|
</member>
|
|
176
|
-
<member name="F:Azure.Mcp.Tools.AzureMigrate.Constants.PlatformLandingZoneConstants.ArmBaseUrl">
|
|
177
|
-
<summary>
|
|
178
|
-
Azure Resource Manager base URL.
|
|
179
|
-
</summary>
|
|
180
|
-
</member>
|
|
181
|
-
<member name="F:Azure.Mcp.Tools.AzureMigrate.Constants.PlatformLandingZoneConstants.ManagementScope">
|
|
182
|
-
<summary>
|
|
183
|
-
Azure Management API scope.
|
|
184
|
-
</summary>
|
|
185
|
-
</member>
|
|
186
176
|
<member name="F:Azure.Mcp.Tools.AzureMigrate.Constants.PlatformLandingZoneConstants.ApiVersion">
|
|
187
177
|
<summary>
|
|
188
178
|
API version for Azure Migrate operations.
|
|
@@ -233,6 +223,110 @@
|
|
|
233
223
|
Downloads a file from a URL (no authentication).
|
|
234
224
|
</summary>
|
|
235
225
|
</member>
|
|
226
|
+
<member name="T:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper">
|
|
227
|
+
<summary>
|
|
228
|
+
Helper for creating Azure Migrate projects.
|
|
229
|
+
</summary>
|
|
230
|
+
</member>
|
|
231
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper.#ctor(Azure.Mcp.Core.Services.Azure.Subscription.ISubscriptionService,Azure.Mcp.Core.Services.Azure.Tenant.ITenantService)">
|
|
232
|
+
<summary>
|
|
233
|
+
Helper for creating Azure Migrate projects.
|
|
234
|
+
</summary>
|
|
235
|
+
</member>
|
|
236
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper.CreateAzureMigrateProjectAsync(System.String,System.String,System.String,System.String,System.String,Azure.Mcp.Core.Options.RetryPolicyOptions,System.Threading.CancellationToken)">
|
|
237
|
+
<summary>
|
|
238
|
+
Creates an Azure Migrate project in the specified resource group.
|
|
239
|
+
</summary>
|
|
240
|
+
</member>
|
|
241
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.Boolean">
|
|
242
|
+
<summary>
|
|
243
|
+
Defines the source generated JSON serialization contract metadata for a given type.
|
|
244
|
+
</summary>
|
|
245
|
+
</member>
|
|
246
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.MigrateProjectCreateContent">
|
|
247
|
+
<summary>
|
|
248
|
+
Defines the source generated JSON serialization contract metadata for a given type.
|
|
249
|
+
</summary>
|
|
250
|
+
</member>
|
|
251
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.MigrateProjectProperties">
|
|
252
|
+
<summary>
|
|
253
|
+
Defines the source generated JSON serialization contract metadata for a given type.
|
|
254
|
+
</summary>
|
|
255
|
+
</member>
|
|
256
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.MigrateProjectResult">
|
|
257
|
+
<summary>
|
|
258
|
+
Defines the source generated JSON serialization contract metadata for a given type.
|
|
259
|
+
</summary>
|
|
260
|
+
</member>
|
|
261
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.DictionaryStringObject">
|
|
262
|
+
<summary>
|
|
263
|
+
Defines the source generated JSON serialization contract metadata for a given type.
|
|
264
|
+
</summary>
|
|
265
|
+
</member>
|
|
266
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.IDictionaryStringObject">
|
|
267
|
+
<summary>
|
|
268
|
+
Defines the source generated JSON serialization contract metadata for a given type.
|
|
269
|
+
</summary>
|
|
270
|
+
</member>
|
|
271
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.Object">
|
|
272
|
+
<summary>
|
|
273
|
+
Defines the source generated JSON serialization contract metadata for a given type.
|
|
274
|
+
</summary>
|
|
275
|
+
</member>
|
|
276
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.String">
|
|
277
|
+
<summary>
|
|
278
|
+
Defines the source generated JSON serialization contract metadata for a given type.
|
|
279
|
+
</summary>
|
|
280
|
+
</member>
|
|
281
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.Default">
|
|
282
|
+
<summary>
|
|
283
|
+
The default <see cref="T:System.Text.Json.Serialization.JsonSerializerContext"/> associated with a default <see cref="T:System.Text.Json.JsonSerializerOptions"/> instance.
|
|
284
|
+
</summary>
|
|
285
|
+
</member>
|
|
286
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.GeneratedSerializerOptions">
|
|
287
|
+
<summary>
|
|
288
|
+
The source-generated options associated with this context.
|
|
289
|
+
</summary>
|
|
290
|
+
</member>
|
|
291
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.#ctor">
|
|
292
|
+
<inheritdoc/>
|
|
293
|
+
</member>
|
|
294
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.#ctor(System.Text.Json.JsonSerializerOptions)">
|
|
295
|
+
<inheritdoc/>
|
|
296
|
+
</member>
|
|
297
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateSerializerContext.GetTypeInfo(System.Type)">
|
|
298
|
+
<inheritdoc/>
|
|
299
|
+
</member>
|
|
300
|
+
<member name="T:Azure.Mcp.Tools.AzureMigrate.Models.MigrateProjectCreateContent">
|
|
301
|
+
<summary>
|
|
302
|
+
Content for creating or updating an Azure Migrate project.
|
|
303
|
+
</summary>
|
|
304
|
+
</member>
|
|
305
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Models.MigrateProjectCreateContent.Location">
|
|
306
|
+
<summary>
|
|
307
|
+
Gets or sets the Azure location for the migrate project.
|
|
308
|
+
</summary>
|
|
309
|
+
</member>
|
|
310
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Models.MigrateProjectCreateContent.Properties">
|
|
311
|
+
<summary>
|
|
312
|
+
Gets or sets the properties of the migrate project.
|
|
313
|
+
</summary>
|
|
314
|
+
</member>
|
|
315
|
+
<member name="T:Azure.Mcp.Tools.AzureMigrate.Models.MigrateProjectProperties">
|
|
316
|
+
<summary>
|
|
317
|
+
Properties for an Azure Migrate project.
|
|
318
|
+
</summary>
|
|
319
|
+
</member>
|
|
320
|
+
<member name="T:Azure.Mcp.Tools.AzureMigrate.Models.MigrateProjectResult">
|
|
321
|
+
<summary>
|
|
322
|
+
Result of a Migrate Project operation.
|
|
323
|
+
</summary>
|
|
324
|
+
</member>
|
|
325
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Models.MigrateProjectResult.#ctor(System.Boolean,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})">
|
|
326
|
+
<summary>
|
|
327
|
+
Result of a Migrate Project operation.
|
|
328
|
+
</summary>
|
|
329
|
+
</member>
|
|
236
330
|
<member name="T:Azure.Mcp.Tools.AzureMigrate.Models.PlatformLandingZoneGenerationPayload">
|
|
237
331
|
<summary>
|
|
238
332
|
Payload for platform landing zone generation.
|
|
@@ -633,6 +727,11 @@
|
|
|
633
727
|
The migrate project resource ID option name.
|
|
634
728
|
</summary>
|
|
635
729
|
</member>
|
|
730
|
+
<member name="F:Azure.Mcp.Tools.AzureMigrate.Options.PlatformLandingZone.PlatformLandingZoneOptionDefinitions.LocationName">
|
|
731
|
+
<summary>
|
|
732
|
+
The location option name.
|
|
733
|
+
</summary>
|
|
734
|
+
</member>
|
|
636
735
|
<member name="F:Azure.Mcp.Tools.AzureMigrate.Options.PlatformLandingZone.PlatformLandingZoneOptionDefinitions.Scenario">
|
|
637
736
|
<summary>
|
|
638
737
|
The scenario key for platform landing zone modification.
|
|
@@ -718,6 +817,11 @@
|
|
|
718
817
|
The full resource ID of the Azure Migrate project.
|
|
719
818
|
</summary>
|
|
720
819
|
</member>
|
|
820
|
+
<member name="F:Azure.Mcp.Tools.AzureMigrate.Options.PlatformLandingZone.PlatformLandingZoneOptionDefinitions.Location">
|
|
821
|
+
<summary>
|
|
822
|
+
The Azure region location for resource creation.
|
|
823
|
+
</summary>
|
|
824
|
+
</member>
|
|
721
825
|
<member name="T:Azure.Mcp.Tools.AzureMigrate.Options.PlatformLandingZone.RequestOptions">
|
|
722
826
|
<summary>
|
|
723
827
|
Options for the platform landing zone request command.
|
|
@@ -793,6 +897,11 @@
|
|
|
793
897
|
Gets or sets the full resource ID of the Azure Migrate project.
|
|
794
898
|
</summary>
|
|
795
899
|
</member>
|
|
900
|
+
<member name="P:Azure.Mcp.Tools.AzureMigrate.Options.PlatformLandingZone.RequestOptions.Location">
|
|
901
|
+
<summary>
|
|
902
|
+
Gets or sets the Azure region location for resource creation.
|
|
903
|
+
</summary>
|
|
904
|
+
</member>
|
|
796
905
|
<member name="T:Azure.Mcp.Tools.AzureMigrate.Services.IPlatformLandingZoneGuidanceService">
|
|
797
906
|
<summary>
|
|
798
907
|
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": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.22",
|
|
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
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/microsoft/mcp.git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20.0.0"
|