@azure/mcp-darwin-x64 2.0.1 → 3.0.0-beta.2

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.
@@ -233,7 +233,7 @@
233
233
  Helper for creating Azure Migrate projects.
234
234
  </summary>
235
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)">
236
+ <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)">
237
237
  <summary>
238
238
  Creates an Azure Migrate project in the specified resource group.
239
239
  </summary>
package/dist/azmcp CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-darwin-x64",
3
- "version": "2.0.1",
3
+ "version": "3.0.0-beta.2",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on x64",
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": ">=20.0.0"