@azure/mcp-win32-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.deps.json +43 -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
|
@@ -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.deps.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
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.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",
|
|
@@ -1367,6 +1369,20 @@
|
|
|
1367
1369
|
}
|
|
1368
1370
|
}
|
|
1369
1371
|
},
|
|
1372
|
+
"Azure.ResourceManager.PostgreSql/1.2.0": {
|
|
1373
|
+
"dependencies": {
|
|
1374
|
+
"Azure.Core": "1.45.0",
|
|
1375
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1376
|
+
"System.ClientModel": "1.4.0-beta.1",
|
|
1377
|
+
"System.Text.Json": "9.0.4"
|
|
1378
|
+
},
|
|
1379
|
+
"runtime": {
|
|
1380
|
+
"lib/netstandard2.0/Azure.ResourceManager.PostgreSql.dll": {
|
|
1381
|
+
"assemblyVersion": "1.2.0.0",
|
|
1382
|
+
"fileVersion": "1.200.24.55401"
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1370
1386
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
1371
1387
|
"dependencies": {
|
|
1372
1388
|
"Azure.Core": "1.45.0",
|
|
@@ -2033,6 +2049,17 @@
|
|
|
2033
2049
|
}
|
|
2034
2050
|
}
|
|
2035
2051
|
},
|
|
2052
|
+
"Npgsql/9.0.3": {
|
|
2053
|
+
"dependencies": {
|
|
2054
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.4"
|
|
2055
|
+
},
|
|
2056
|
+
"runtime": {
|
|
2057
|
+
"lib/net8.0/Npgsql.dll": {
|
|
2058
|
+
"assemblyVersion": "9.0.3.0",
|
|
2059
|
+
"fileVersion": "9.0.3.0"
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2036
2063
|
"OpenTelemetry/1.11.2": {
|
|
2037
2064
|
"dependencies": {
|
|
2038
2065
|
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.4",
|
|
@@ -2826,7 +2853,7 @@
|
|
|
2826
2853
|
}
|
|
2827
2854
|
},
|
|
2828
2855
|
"libraries": {
|
|
2829
|
-
"azmcp/0.0.
|
|
2856
|
+
"azmcp/0.0.13": {
|
|
2830
2857
|
"type": "project",
|
|
2831
2858
|
"serviceable": false,
|
|
2832
2859
|
"sha512": ""
|
|
@@ -2925,6 +2952,13 @@
|
|
|
2925
2952
|
"path": "azure.resourcemanager.operationalinsights/1.2.2",
|
|
2926
2953
|
"hashPath": "azure.resourcemanager.operationalinsights.1.2.2.nupkg.sha512"
|
|
2927
2954
|
},
|
|
2955
|
+
"Azure.ResourceManager.PostgreSql/1.2.0": {
|
|
2956
|
+
"type": "package",
|
|
2957
|
+
"serviceable": true,
|
|
2958
|
+
"sha512": "sha512-Q9T2Jud/2HXtYyzgcmBM6lLLsJr0jfwiy8e457snrQrvpTvbqOGg9nM0vk25MqnimPOvW0jNnv8fATJ0V7fGCA==",
|
|
2959
|
+
"path": "azure.resourcemanager.postgresql/1.2.0",
|
|
2960
|
+
"hashPath": "azure.resourcemanager.postgresql.1.2.0.nupkg.sha512"
|
|
2961
|
+
},
|
|
2928
2962
|
"Azure.ResourceManager.Search/1.2.3": {
|
|
2929
2963
|
"type": "package",
|
|
2930
2964
|
"serviceable": true,
|
|
@@ -3303,6 +3337,13 @@
|
|
|
3303
3337
|
"path": "newtonsoft.json/13.0.3",
|
|
3304
3338
|
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
|
3305
3339
|
},
|
|
3340
|
+
"Npgsql/9.0.3": {
|
|
3341
|
+
"type": "package",
|
|
3342
|
+
"serviceable": true,
|
|
3343
|
+
"sha512": "sha512-tPvY61CxOAWxNsKLEBg+oR646X4Bc8UmyQ/tJszL/7mEmIXQnnBhVJZrZEEUv0Bstu0mEsHZD5At3EO8zQRAYw==",
|
|
3344
|
+
"path": "npgsql/9.0.3",
|
|
3345
|
+
"hashPath": "npgsql.9.0.3.nupkg.sha512"
|
|
3346
|
+
},
|
|
3306
3347
|
"OpenTelemetry/1.11.2": {
|
|
3307
3348
|
"type": "package",
|
|
3308
3349
|
"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.13",
|
|
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",
|