@azure/mcp-darwin-arm64 0.0.12 → 0.0.13
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 +5 -0
- package/dist/Azure.ResourceManager.PostgreSql.dll +0 -0
- package/dist/Npgsql.dll +0 -0
- package/dist/azmcp +0 -0
- package/dist/azmcp.deps.json +43 -2
- package/dist/azmcp.dll +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,6 +61,11 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
|
|
|
61
61
|
- Manage containers and items
|
|
62
62
|
- Execute SQL queries against containers
|
|
63
63
|
|
|
64
|
+
### 🐘 Azure Database for PostgreSQL - Flexible Server
|
|
65
|
+
- List and query databases.
|
|
66
|
+
- List and get schema for tables.
|
|
67
|
+
- List, get configuration and get parameters for servers.
|
|
68
|
+
|
|
64
69
|
### 💾 Azure Storage
|
|
65
70
|
- List Storage accounts
|
|
66
71
|
- Manage blob containers and blobs
|
|
Binary file
|
package/dist/Npgsql.dll
ADDED
|
Binary file
|
package/dist/azmcp
CHANGED
|
Binary file
|
package/dist/azmcp.deps.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
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.13": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.Core": "1.45.0",
|
|
13
13
|
"Azure.Data.AppConfiguration": "1.6.0",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
20
20
|
"Azure.ResourceManager.CosmosDB": "1.3.2",
|
|
21
21
|
"Azure.ResourceManager.OperationalInsights": "1.2.2",
|
|
22
|
+
"Azure.ResourceManager.PostgreSql": "1.2.0",
|
|
22
23
|
"Azure.ResourceManager.Search": "1.2.3",
|
|
23
24
|
"Azure.ResourceManager.Storage": "1.4.0",
|
|
24
25
|
"Azure.Search.Documents": "11.7.0-beta.3",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"ModelContextProtocol": "0.1.0-preview.11",
|
|
35
36
|
"ModelContextProtocol.AspNetCore": "0.1.0-preview.11",
|
|
36
37
|
"Newtonsoft.Json": "13.0.3",
|
|
38
|
+
"Npgsql": "9.0.3",
|
|
37
39
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.11.2",
|
|
38
40
|
"System.CommandLine": "2.0.0-beta4.22272.1",
|
|
39
41
|
"System.Formats.Asn1": "9.0.4",
|
|
@@ -1358,6 +1360,20 @@
|
|
|
1358
1360
|
}
|
|
1359
1361
|
}
|
|
1360
1362
|
},
|
|
1363
|
+
"Azure.ResourceManager.PostgreSql/1.2.0": {
|
|
1364
|
+
"dependencies": {
|
|
1365
|
+
"Azure.Core": "1.45.0",
|
|
1366
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1367
|
+
"System.ClientModel": "1.4.0-beta.1",
|
|
1368
|
+
"System.Text.Json": "9.0.4"
|
|
1369
|
+
},
|
|
1370
|
+
"runtime": {
|
|
1371
|
+
"lib/netstandard2.0/Azure.ResourceManager.PostgreSql.dll": {
|
|
1372
|
+
"assemblyVersion": "1.2.0.0",
|
|
1373
|
+
"fileVersion": "1.200.24.55401"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1361
1377
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
1362
1378
|
"dependencies": {
|
|
1363
1379
|
"Azure.Core": "1.45.0",
|
|
@@ -2019,6 +2035,17 @@
|
|
|
2019
2035
|
}
|
|
2020
2036
|
}
|
|
2021
2037
|
},
|
|
2038
|
+
"Npgsql/9.0.3": {
|
|
2039
|
+
"dependencies": {
|
|
2040
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.4"
|
|
2041
|
+
},
|
|
2042
|
+
"runtime": {
|
|
2043
|
+
"lib/net8.0/Npgsql.dll": {
|
|
2044
|
+
"assemblyVersion": "9.0.3.0",
|
|
2045
|
+
"fileVersion": "9.0.3.0"
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2022
2049
|
"OpenTelemetry/1.11.2": {
|
|
2023
2050
|
"dependencies": {
|
|
2024
2051
|
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.4",
|
|
@@ -2818,7 +2845,7 @@
|
|
|
2818
2845
|
}
|
|
2819
2846
|
},
|
|
2820
2847
|
"libraries": {
|
|
2821
|
-
"azmcp/0.0.
|
|
2848
|
+
"azmcp/0.0.13": {
|
|
2822
2849
|
"type": "project",
|
|
2823
2850
|
"serviceable": false,
|
|
2824
2851
|
"sha512": ""
|
|
@@ -2917,6 +2944,13 @@
|
|
|
2917
2944
|
"path": "azure.resourcemanager.operationalinsights/1.2.2",
|
|
2918
2945
|
"hashPath": "azure.resourcemanager.operationalinsights.1.2.2.nupkg.sha512"
|
|
2919
2946
|
},
|
|
2947
|
+
"Azure.ResourceManager.PostgreSql/1.2.0": {
|
|
2948
|
+
"type": "package",
|
|
2949
|
+
"serviceable": true,
|
|
2950
|
+
"sha512": "sha512-Q9T2Jud/2HXtYyzgcmBM6lLLsJr0jfwiy8e457snrQrvpTvbqOGg9nM0vk25MqnimPOvW0jNnv8fATJ0V7fGCA==",
|
|
2951
|
+
"path": "azure.resourcemanager.postgresql/1.2.0",
|
|
2952
|
+
"hashPath": "azure.resourcemanager.postgresql.1.2.0.nupkg.sha512"
|
|
2953
|
+
},
|
|
2920
2954
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
2921
2955
|
"type": "package",
|
|
2922
2956
|
"serviceable": true,
|
|
@@ -3295,6 +3329,13 @@
|
|
|
3295
3329
|
"path": "newtonsoft.json/13.0.3",
|
|
3296
3330
|
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
|
3297
3331
|
},
|
|
3332
|
+
"Npgsql/9.0.3": {
|
|
3333
|
+
"type": "package",
|
|
3334
|
+
"serviceable": true,
|
|
3335
|
+
"sha512": "sha512-tPvY61CxOAWxNsKLEBg+oR646X4Bc8UmyQ/tJszL/7mEmIXQnnBhVJZrZEEUv0Bstu0mEsHZD5At3EO8zQRAYw==",
|
|
3336
|
+
"path": "npgsql/9.0.3",
|
|
3337
|
+
"hashPath": "npgsql.9.0.3.nupkg.sha512"
|
|
3338
|
+
},
|
|
3298
3339
|
"OpenTelemetry/1.11.2": {
|
|
3299
3340
|
"type": "package",
|
|
3300
3341
|
"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.13",
|
|
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",
|