@azure/mcp-darwin-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 +0 -0
- package/dist/azmcp.deps.json +58 -2
- package/dist/azmcp.dll +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
CHANGED
|
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/osx-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",
|
|
@@ -1215,6 +1216,19 @@
|
|
|
1215
1216
|
}
|
|
1216
1217
|
}
|
|
1217
1218
|
},
|
|
1219
|
+
"Azure.Core.Amqp/1.3.1": {
|
|
1220
|
+
"dependencies": {
|
|
1221
|
+
"Microsoft.Azure.Amqp": "2.6.9",
|
|
1222
|
+
"System.Memory": "4.5.5",
|
|
1223
|
+
"System.Memory.Data": "6.0.1"
|
|
1224
|
+
},
|
|
1225
|
+
"runtime": {
|
|
1226
|
+
"lib/netstandard2.0/Azure.Core.Amqp.dll": {
|
|
1227
|
+
"assemblyVersion": "1.3.1.0",
|
|
1228
|
+
"fileVersion": "1.300.124.38003"
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1218
1232
|
"Azure.Data.AppConfiguration/1.6.0": {
|
|
1219
1233
|
"dependencies": {
|
|
1220
1234
|
"Azure.Core": "1.45.0"
|
|
@@ -1268,6 +1282,19 @@
|
|
|
1268
1282
|
}
|
|
1269
1283
|
}
|
|
1270
1284
|
},
|
|
1285
|
+
"Azure.Messaging.ServiceBus/7.19.0": {
|
|
1286
|
+
"dependencies": {
|
|
1287
|
+
"Azure.Core": "1.45.0",
|
|
1288
|
+
"Azure.Core.Amqp": "1.3.1",
|
|
1289
|
+
"Microsoft.Azure.Amqp": "2.6.9"
|
|
1290
|
+
},
|
|
1291
|
+
"runtime": {
|
|
1292
|
+
"lib/net8.0/Azure.Messaging.ServiceBus.dll": {
|
|
1293
|
+
"assemblyVersion": "7.19.0.0",
|
|
1294
|
+
"fileVersion": "7.1900.25.20802"
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1271
1298
|
"Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0": {
|
|
1272
1299
|
"dependencies": {
|
|
1273
1300
|
"Azure.Core": "1.45.0",
|
|
@@ -1466,6 +1493,14 @@
|
|
|
1466
1493
|
}
|
|
1467
1494
|
}
|
|
1468
1495
|
},
|
|
1496
|
+
"Microsoft.Azure.Amqp/2.6.9": {
|
|
1497
|
+
"runtime": {
|
|
1498
|
+
"lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {
|
|
1499
|
+
"assemblyVersion": "2.6.0.0",
|
|
1500
|
+
"fileVersion": "2.6.9.0"
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1469
1504
|
"Microsoft.Azure.Cosmos/3.48.0": {
|
|
1470
1505
|
"dependencies": {
|
|
1471
1506
|
"Azure.Core": "1.45.0",
|
|
@@ -2901,7 +2936,7 @@
|
|
|
2901
2936
|
}
|
|
2902
2937
|
},
|
|
2903
2938
|
"libraries": {
|
|
2904
|
-
"azmcp/0.0.
|
|
2939
|
+
"azmcp/0.0.15": {
|
|
2905
2940
|
"type": "project",
|
|
2906
2941
|
"serviceable": false,
|
|
2907
2942
|
"sha512": ""
|
|
@@ -2923,6 +2958,13 @@
|
|
|
2923
2958
|
"path": "azure.core/1.45.0",
|
|
2924
2959
|
"hashPath": "azure.core.1.45.0.nupkg.sha512"
|
|
2925
2960
|
},
|
|
2961
|
+
"Azure.Core.Amqp/1.3.1": {
|
|
2962
|
+
"type": "package",
|
|
2963
|
+
"serviceable": true,
|
|
2964
|
+
"sha512": "sha512-AY1ZM4WwLBb9L2WwQoWs7wS2XKYg83tp3yVVdgySdebGN0FuIszuEqCy3Nhv6qHpbkjx/NGuOTsUbF/oNGBgwA==",
|
|
2965
|
+
"path": "azure.core.amqp/1.3.1",
|
|
2966
|
+
"hashPath": "azure.core.amqp.1.3.1.nupkg.sha512"
|
|
2967
|
+
},
|
|
2926
2968
|
"Azure.Data.AppConfiguration/1.6.0": {
|
|
2927
2969
|
"type": "package",
|
|
2928
2970
|
"serviceable": true,
|
|
@@ -2951,6 +2993,13 @@
|
|
|
2951
2993
|
"path": "azure.identity.broker/1.2.0",
|
|
2952
2994
|
"hashPath": "azure.identity.broker.1.2.0.nupkg.sha512"
|
|
2953
2995
|
},
|
|
2996
|
+
"Azure.Messaging.ServiceBus/7.19.0": {
|
|
2997
|
+
"type": "package",
|
|
2998
|
+
"serviceable": true,
|
|
2999
|
+
"sha512": "sha512-DoGfZpH6bwtsA6siIS5wv3SZZzOoNLnJi9N7OHhtBvE5Wlfn13jvwEe5z92HOddJVYEchdIZBK+jHBtPz1HFpg==",
|
|
3000
|
+
"path": "azure.messaging.servicebus/7.19.0",
|
|
3001
|
+
"hashPath": "azure.messaging.servicebus.7.19.0.nupkg.sha512"
|
|
3002
|
+
},
|
|
2954
3003
|
"Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0": {
|
|
2955
3004
|
"type": "package",
|
|
2956
3005
|
"serviceable": true,
|
|
@@ -3056,6 +3105,13 @@
|
|
|
3056
3105
|
"path": "azure.storage.common/12.23.0",
|
|
3057
3106
|
"hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
|
|
3058
3107
|
},
|
|
3108
|
+
"Microsoft.Azure.Amqp/2.6.9": {
|
|
3109
|
+
"type": "package",
|
|
3110
|
+
"serviceable": true,
|
|
3111
|
+
"sha512": "sha512-5i9XzfqxK1H5IBl+OuOV1jwJdrOvi5RUwsZgVOryZm0GCzcM9NWPNRxzPAbsSeaR2T6+1gGvdT3vR+Vbha6KFQ==",
|
|
3112
|
+
"path": "microsoft.azure.amqp/2.6.9",
|
|
3113
|
+
"hashPath": "microsoft.azure.amqp.2.6.9.nupkg.sha512"
|
|
3114
|
+
},
|
|
3059
3115
|
"Microsoft.Azure.Cosmos/3.48.0": {
|
|
3060
3116
|
"type": "package",
|
|
3061
3117
|
"serviceable": true,
|
package/dist/azmcp.dll
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-darwin-arm64",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"homepage": "https://github.com/Azure/azure-mcp#readme",
|