@azure/mcp-win32-arm64 0.0.14 → 0.0.15
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 +4 -0
- package/dist/Azure.Core.Amqp.dll +0 -0
- package/dist/Azure.Messaging.ServiceBus.dll +0 -0
- package/dist/Microsoft.Azure.Amqp.dll +0 -0
- package/dist/azmcp.deps.json +58 -2
- package/dist/azmcp.dll +0 -0
- package/dist/azmcp.exe +0 -0
- package/dist/createdump.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,6 +101,10 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
|
|
|
101
101
|
- List resource groups
|
|
102
102
|
- Resource group management operations
|
|
103
103
|
|
|
104
|
+
### 🚌 Azure Service Bus
|
|
105
|
+
- Peek at messages from subscriptions and queues
|
|
106
|
+
- Examine properties and runtime information about queues, topics, and subscriptions
|
|
107
|
+
|
|
104
108
|
### 🔧 Azure CLI Extension
|
|
105
109
|
- Execute Azure CLI commands directly
|
|
106
110
|
- Support for all Azure CLI functionality
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/azmcp.deps.json
CHANGED
|
@@ -7,13 +7,14 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {},
|
|
9
9
|
".NETCoreApp,Version=v9.0/win-arm64": {
|
|
10
|
-
"azmcp/0.0.
|
|
10
|
+
"azmcp/0.0.15": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.Core": "1.45.0",
|
|
13
13
|
"Azure.Data.AppConfiguration": "1.6.0",
|
|
14
14
|
"Azure.Data.Tables": "12.10.0",
|
|
15
15
|
"Azure.Identity": "1.13.2",
|
|
16
16
|
"Azure.Identity.Broker": "1.2.0",
|
|
17
|
+
"Azure.Messaging.ServiceBus": "7.19.0",
|
|
17
18
|
"Azure.Monitor.OpenTelemetry.AspNetCore": "1.2.0",
|
|
18
19
|
"Azure.Monitor.Query": "1.6.0",
|
|
19
20
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
@@ -1224,6 +1225,19 @@
|
|
|
1224
1225
|
}
|
|
1225
1226
|
}
|
|
1226
1227
|
},
|
|
1228
|
+
"Azure.Core.Amqp/1.3.1": {
|
|
1229
|
+
"dependencies": {
|
|
1230
|
+
"Microsoft.Azure.Amqp": "2.6.9",
|
|
1231
|
+
"System.Memory": "4.5.5",
|
|
1232
|
+
"System.Memory.Data": "6.0.1"
|
|
1233
|
+
},
|
|
1234
|
+
"runtime": {
|
|
1235
|
+
"lib/netstandard2.0/Azure.Core.Amqp.dll": {
|
|
1236
|
+
"assemblyVersion": "1.3.1.0",
|
|
1237
|
+
"fileVersion": "1.300.124.38003"
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1227
1241
|
"Azure.Data.AppConfiguration/1.6.0": {
|
|
1228
1242
|
"dependencies": {
|
|
1229
1243
|
"Azure.Core": "1.45.0"
|
|
@@ -1277,6 +1291,19 @@
|
|
|
1277
1291
|
}
|
|
1278
1292
|
}
|
|
1279
1293
|
},
|
|
1294
|
+
"Azure.Messaging.ServiceBus/7.19.0": {
|
|
1295
|
+
"dependencies": {
|
|
1296
|
+
"Azure.Core": "1.45.0",
|
|
1297
|
+
"Azure.Core.Amqp": "1.3.1",
|
|
1298
|
+
"Microsoft.Azure.Amqp": "2.6.9"
|
|
1299
|
+
},
|
|
1300
|
+
"runtime": {
|
|
1301
|
+
"lib/net8.0/Azure.Messaging.ServiceBus.dll": {
|
|
1302
|
+
"assemblyVersion": "7.19.0.0",
|
|
1303
|
+
"fileVersion": "7.1900.25.20802"
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1280
1307
|
"Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0": {
|
|
1281
1308
|
"dependencies": {
|
|
1282
1309
|
"Azure.Core": "1.45.0",
|
|
@@ -1475,6 +1502,14 @@
|
|
|
1475
1502
|
}
|
|
1476
1503
|
}
|
|
1477
1504
|
},
|
|
1505
|
+
"Microsoft.Azure.Amqp/2.6.9": {
|
|
1506
|
+
"runtime": {
|
|
1507
|
+
"lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {
|
|
1508
|
+
"assemblyVersion": "2.6.0.0",
|
|
1509
|
+
"fileVersion": "2.6.9.0"
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1478
1513
|
"Microsoft.Azure.Cosmos/3.48.0": {
|
|
1479
1514
|
"dependencies": {
|
|
1480
1515
|
"Azure.Core": "1.45.0",
|
|
@@ -2909,7 +2944,7 @@
|
|
|
2909
2944
|
}
|
|
2910
2945
|
},
|
|
2911
2946
|
"libraries": {
|
|
2912
|
-
"azmcp/0.0.
|
|
2947
|
+
"azmcp/0.0.15": {
|
|
2913
2948
|
"type": "project",
|
|
2914
2949
|
"serviceable": false,
|
|
2915
2950
|
"sha512": ""
|
|
@@ -2931,6 +2966,13 @@
|
|
|
2931
2966
|
"path": "azure.core/1.45.0",
|
|
2932
2967
|
"hashPath": "azure.core.1.45.0.nupkg.sha512"
|
|
2933
2968
|
},
|
|
2969
|
+
"Azure.Core.Amqp/1.3.1": {
|
|
2970
|
+
"type": "package",
|
|
2971
|
+
"serviceable": true,
|
|
2972
|
+
"sha512": "sha512-AY1ZM4WwLBb9L2WwQoWs7wS2XKYg83tp3yVVdgySdebGN0FuIszuEqCy3Nhv6qHpbkjx/NGuOTsUbF/oNGBgwA==",
|
|
2973
|
+
"path": "azure.core.amqp/1.3.1",
|
|
2974
|
+
"hashPath": "azure.core.amqp.1.3.1.nupkg.sha512"
|
|
2975
|
+
},
|
|
2934
2976
|
"Azure.Data.AppConfiguration/1.6.0": {
|
|
2935
2977
|
"type": "package",
|
|
2936
2978
|
"serviceable": true,
|
|
@@ -2959,6 +3001,13 @@
|
|
|
2959
3001
|
"path": "azure.identity.broker/1.2.0",
|
|
2960
3002
|
"hashPath": "azure.identity.broker.1.2.0.nupkg.sha512"
|
|
2961
3003
|
},
|
|
3004
|
+
"Azure.Messaging.ServiceBus/7.19.0": {
|
|
3005
|
+
"type": "package",
|
|
3006
|
+
"serviceable": true,
|
|
3007
|
+
"sha512": "sha512-DoGfZpH6bwtsA6siIS5wv3SZZzOoNLnJi9N7OHhtBvE5Wlfn13jvwEe5z92HOddJVYEchdIZBK+jHBtPz1HFpg==",
|
|
3008
|
+
"path": "azure.messaging.servicebus/7.19.0",
|
|
3009
|
+
"hashPath": "azure.messaging.servicebus.7.19.0.nupkg.sha512"
|
|
3010
|
+
},
|
|
2962
3011
|
"Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0": {
|
|
2963
3012
|
"type": "package",
|
|
2964
3013
|
"serviceable": true,
|
|
@@ -3064,6 +3113,13 @@
|
|
|
3064
3113
|
"path": "azure.storage.common/12.23.0",
|
|
3065
3114
|
"hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
|
|
3066
3115
|
},
|
|
3116
|
+
"Microsoft.Azure.Amqp/2.6.9": {
|
|
3117
|
+
"type": "package",
|
|
3118
|
+
"serviceable": true,
|
|
3119
|
+
"sha512": "sha512-5i9XzfqxK1H5IBl+OuOV1jwJdrOvi5RUwsZgVOryZm0GCzcM9NWPNRxzPAbsSeaR2T6+1gGvdT3vR+Vbha6KFQ==",
|
|
3120
|
+
"path": "microsoft.azure.amqp/2.6.9",
|
|
3121
|
+
"hashPath": "microsoft.azure.amqp.2.6.9.nupkg.sha512"
|
|
3122
|
+
},
|
|
3067
3123
|
"Microsoft.Azure.Cosmos/3.48.0": {
|
|
3068
3124
|
"type": "package",
|
|
3069
3125
|
"serviceable": true,
|
package/dist/azmcp.dll
CHANGED
|
Binary file
|
package/dist/azmcp.exe
CHANGED
|
Binary file
|
package/dist/createdump.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-win32-arm64",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on arm64",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"homepage": "https://github.com/Azure/azure-mcp#readme",
|