@azure/mcp-win32-arm64 0.0.11 → 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 CHANGED
@@ -17,6 +17,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
17
17
 
18
18
  - "List my Azure storage accounts"
19
19
  - "Show me all my Cosmos DB databases"
20
+ - "What indexes do I have in my Azure AI Search service 'mysvc'?"
20
21
  - "List my resource groups"
21
22
  - "Show me the tables in my Storage account"
22
23
  - "List containers in my Cosmos DB database"
@@ -24,6 +25,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
24
25
 
25
26
  ### 📊 Query & Analyze
26
27
  - "Query my Log Analytics workspace"
28
+ - "Let's search this index for 'my search query'"
27
29
 
28
30
  ### ⚙️ Manage Configuration
29
31
 
@@ -48,12 +50,22 @@ The Azure MCP Server creates a seamless integration between AI agents and Azure
48
50
 
49
51
  The Azure MCP Server provides tools for interacting with the following Azure services:
50
52
 
53
+ ### 🔎 Azure AI Search (search engine/vector database)
54
+ - List Azure AI Search services
55
+ - List indexes and look at their schema and configuration
56
+ - Query search indexes
57
+
51
58
  ### 📊 Azure Cosmos DB (NoSQL Databases)
52
59
  - List Cosmos DB accounts
53
60
  - List and query databases
54
61
  - Manage containers and items
55
62
  - Execute SQL queries against containers
56
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
+
57
69
  ### 💾 Azure Storage
58
70
  - List Storage accounts
59
71
  - Manage blob containers and blobs
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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.11": {
10
+ "azmcp/0.0.13": {
11
11
  "dependencies": {
12
12
  "Azure.Core": "1.45.0",
13
13
  "Azure.Data.AppConfiguration": "1.6.0",
@@ -19,7 +19,10 @@
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",
23
+ "Azure.ResourceManager.Search": "1.2.3",
22
24
  "Azure.ResourceManager.Storage": "1.4.0",
25
+ "Azure.Search.Documents": "11.7.0-beta.3",
23
26
  "Azure.Security.KeyVault.Keys": "4.7.0",
24
27
  "Azure.Storage.Blobs": "12.24.0",
25
28
  "Microsoft.Azure.Cosmos": "3.48.0",
@@ -28,9 +31,11 @@
28
31
  "Microsoft.Extensions.DependencyInjection": "9.0.4",
29
32
  "Microsoft.Extensions.Hosting": "9.0.4",
30
33
  "Microsoft.Identity.Client.Broker": "4.67.2",
31
- "ModelContextProtocol": "0.1.0-preview.9",
32
- "ModelContextProtocol.AspNetCore": "0.1.0-preview.9",
34
+ "Microsoft.NET.ILLink.Tasks": "9.0.1",
35
+ "ModelContextProtocol": "0.1.0-preview.11",
36
+ "ModelContextProtocol.AspNetCore": "0.1.0-preview.11",
33
37
  "Newtonsoft.Json": "13.0.3",
38
+ "Npgsql": "9.0.3",
34
39
  "OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.11.2",
35
40
  "System.CommandLine": "2.0.0-beta4.22272.1",
36
41
  "System.Formats.Asn1": "9.0.4",
@@ -1206,8 +1211,8 @@
1206
1211
  "Azure.Core/1.45.0": {
1207
1212
  "dependencies": {
1208
1213
  "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
1209
- "System.ClientModel": "1.2.1",
1210
- "System.Memory.Data": "6.0.0",
1214
+ "System.ClientModel": "1.4.0-beta.1",
1215
+ "System.Memory.Data": "6.0.1",
1211
1216
  "System.Threading.Tasks.Extensions": "4.5.4"
1212
1217
  },
1213
1218
  "runtime": {
@@ -1312,7 +1317,7 @@
1312
1317
  "Azure.ResourceManager/1.13.0": {
1313
1318
  "dependencies": {
1314
1319
  "Azure.Core": "1.45.0",
1315
- "System.ClientModel": "1.2.1",
1320
+ "System.ClientModel": "1.4.0-beta.1",
1316
1321
  "System.Text.Json": "9.0.4"
1317
1322
  },
1318
1323
  "runtime": {
@@ -1326,7 +1331,7 @@
1326
1331
  "dependencies": {
1327
1332
  "Azure.Core": "1.45.0",
1328
1333
  "Azure.ResourceManager": "1.13.0",
1329
- "System.ClientModel": "1.2.1",
1334
+ "System.ClientModel": "1.4.0-beta.1",
1330
1335
  "System.Text.Json": "9.0.4"
1331
1336
  },
1332
1337
  "runtime": {
@@ -1340,7 +1345,7 @@
1340
1345
  "dependencies": {
1341
1346
  "Azure.Core": "1.45.0",
1342
1347
  "Azure.ResourceManager": "1.13.0",
1343
- "System.ClientModel": "1.2.1",
1348
+ "System.ClientModel": "1.4.0-beta.1",
1344
1349
  "System.Text.Json": "9.0.4"
1345
1350
  },
1346
1351
  "runtime": {
@@ -1354,7 +1359,7 @@
1354
1359
  "dependencies": {
1355
1360
  "Azure.Core": "1.45.0",
1356
1361
  "Azure.ResourceManager": "1.13.0",
1357
- "System.ClientModel": "1.2.1",
1362
+ "System.ClientModel": "1.4.0-beta.1",
1358
1363
  "System.Text.Json": "9.0.4"
1359
1364
  },
1360
1365
  "runtime": {
@@ -1364,11 +1369,39 @@
1364
1369
  }
1365
1370
  }
1366
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
+ },
1386
+ "Azure.ResourceManager.Search/1.2.3": {
1387
+ "dependencies": {
1388
+ "Azure.Core": "1.45.0",
1389
+ "Azure.ResourceManager": "1.13.0",
1390
+ "System.ClientModel": "1.4.0-beta.1",
1391
+ "System.Text.Json": "9.0.4"
1392
+ },
1393
+ "runtime": {
1394
+ "lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
1395
+ "assemblyVersion": "1.2.3.0",
1396
+ "fileVersion": "1.200.324.25702"
1397
+ }
1398
+ }
1399
+ },
1367
1400
  "Azure.ResourceManager.Storage/1.4.0": {
1368
1401
  "dependencies": {
1369
1402
  "Azure.Core": "1.45.0",
1370
1403
  "Azure.ResourceManager": "1.13.0",
1371
- "System.ClientModel": "1.2.1",
1404
+ "System.ClientModel": "1.4.0-beta.1",
1372
1405
  "System.Text.Json": "9.0.4"
1373
1406
  },
1374
1407
  "runtime": {
@@ -1378,6 +1411,18 @@
1378
1411
  }
1379
1412
  }
1380
1413
  },
1414
+ "Azure.Search.Documents/11.7.0-beta.3": {
1415
+ "dependencies": {
1416
+ "Azure.Core": "1.45.0",
1417
+ "System.ClientModel": "1.4.0-beta.1"
1418
+ },
1419
+ "runtime": {
1420
+ "lib/net8.0/Azure.Search.Documents.dll": {
1421
+ "assemblyVersion": "11.7.0.0",
1422
+ "fileVersion": "11.700.25.17503"
1423
+ }
1424
+ }
1425
+ },
1381
1426
  "Azure.Security.KeyVault.Keys/4.7.0": {
1382
1427
  "dependencies": {
1383
1428
  "Azure.Core": "1.45.0",
@@ -1951,6 +1996,7 @@
1951
1996
  }
1952
1997
  }
1953
1998
  },
1999
+ "Microsoft.NET.ILLink.Tasks/9.0.1": {},
1954
2000
  "Microsoft.NETCore.Platforms/1.1.1": {},
1955
2001
  "Microsoft.NETCore.Targets/1.1.3": {},
1956
2002
  "Microsoft.Win32.Primitives/4.3.0": {
@@ -1969,7 +2015,7 @@
1969
2015
  }
1970
2016
  }
1971
2017
  },
1972
- "ModelContextProtocol/0.1.0-preview.9": {
2018
+ "ModelContextProtocol/0.1.0-preview.11": {
1973
2019
  "dependencies": {
1974
2020
  "Microsoft.Extensions.AI": "9.4.0-preview.1.25207.5",
1975
2021
  "Microsoft.Extensions.AI.Abstractions": "9.4.0-preview.1.25207.5",
@@ -1984,9 +2030,9 @@
1984
2030
  }
1985
2031
  }
1986
2032
  },
1987
- "ModelContextProtocol.AspNetCore/0.1.0-preview.9": {
2033
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
1988
2034
  "dependencies": {
1989
- "ModelContextProtocol": "0.1.0-preview.9"
2035
+ "ModelContextProtocol": "0.1.0-preview.11"
1990
2036
  },
1991
2037
  "runtime": {
1992
2038
  "lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
@@ -2003,6 +2049,17 @@
2003
2049
  }
2004
2050
  }
2005
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
+ },
2006
2063
  "OpenTelemetry/1.11.2": {
2007
2064
  "dependencies": {
2008
2065
  "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.4",
@@ -2215,15 +2272,15 @@
2215
2272
  }
2216
2273
  },
2217
2274
  "System.Buffers/4.5.1": {},
2218
- "System.ClientModel/1.2.1": {
2275
+ "System.ClientModel/1.4.0-beta.1": {
2219
2276
  "dependencies": {
2220
- "System.Memory.Data": "6.0.0",
2221
- "System.Text.Json": "9.0.4"
2277
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.4",
2278
+ "System.Memory.Data": "6.0.1"
2222
2279
  },
2223
2280
  "runtime": {
2224
- "lib/net6.0/System.ClientModel.dll": {
2225
- "assemblyVersion": "1.2.1.0",
2226
- "fileVersion": "1.200.124.50905"
2281
+ "lib/net8.0/System.ClientModel.dll": {
2282
+ "assemblyVersion": "1.4.0.0",
2283
+ "fileVersion": "1.400.25.15605"
2227
2284
  }
2228
2285
  }
2229
2286
  },
@@ -2443,14 +2500,11 @@
2443
2500
  }
2444
2501
  },
2445
2502
  "System.Memory/4.5.5": {},
2446
- "System.Memory.Data/6.0.0": {
2447
- "dependencies": {
2448
- "System.Text.Json": "9.0.4"
2449
- },
2503
+ "System.Memory.Data/6.0.1": {
2450
2504
  "runtime": {
2451
2505
  "lib/net6.0/System.Memory.Data.dll": {
2452
- "assemblyVersion": "6.0.0.0",
2453
- "fileVersion": "6.0.21.52210"
2506
+ "assemblyVersion": "6.0.0.1",
2507
+ "fileVersion": "6.0.3624.51421"
2454
2508
  }
2455
2509
  }
2456
2510
  },
@@ -2799,7 +2853,7 @@
2799
2853
  }
2800
2854
  },
2801
2855
  "libraries": {
2802
- "azmcp/0.0.11": {
2856
+ "azmcp/0.0.13": {
2803
2857
  "type": "project",
2804
2858
  "serviceable": false,
2805
2859
  "sha512": ""
@@ -2898,6 +2952,20 @@
2898
2952
  "path": "azure.resourcemanager.operationalinsights/1.2.2",
2899
2953
  "hashPath": "azure.resourcemanager.operationalinsights.1.2.2.nupkg.sha512"
2900
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
+ },
2962
+ "Azure.ResourceManager.Search/1.2.3": {
2963
+ "type": "package",
2964
+ "serviceable": true,
2965
+ "sha512": "sha512-cGfpe38EWgyBBcP1RfHj91W1YMMoLx6lLgt6RRflnXd7nDnRPvjZNQVBNuVK1jOw5bYEmxCrgX8ZSFvc56jyFg==",
2966
+ "path": "azure.resourcemanager.search/1.2.3",
2967
+ "hashPath": "azure.resourcemanager.search.1.2.3.nupkg.sha512"
2968
+ },
2901
2969
  "Azure.ResourceManager.Storage/1.4.0": {
2902
2970
  "type": "package",
2903
2971
  "serviceable": true,
@@ -2905,6 +2973,13 @@
2905
2973
  "path": "azure.resourcemanager.storage/1.4.0",
2906
2974
  "hashPath": "azure.resourcemanager.storage.1.4.0.nupkg.sha512"
2907
2975
  },
2976
+ "Azure.Search.Documents/11.7.0-beta.3": {
2977
+ "type": "package",
2978
+ "serviceable": true,
2979
+ "sha512": "sha512-Owmt/SQJGnYs1aj0hhdQgcjO4BpplJe8In681vpzQPSehcwyNyLaIUOPJ9H/kSNy8agQ6L6CSTM99xWCWwyDDw==",
2980
+ "path": "azure.search.documents/11.7.0-beta.3",
2981
+ "hashPath": "azure.search.documents.11.7.0-beta.3.nupkg.sha512"
2982
+ },
2908
2983
  "Azure.Security.KeyVault.Keys/4.7.0": {
2909
2984
  "type": "package",
2910
2985
  "serviceable": true,
@@ -3206,6 +3281,13 @@
3206
3281
  "path": "microsoft.identitymodel.abstractions/6.35.0",
3207
3282
  "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
3208
3283
  },
3284
+ "Microsoft.NET.ILLink.Tasks/9.0.1": {
3285
+ "type": "package",
3286
+ "serviceable": true,
3287
+ "sha512": "sha512-BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg==",
3288
+ "path": "microsoft.net.illink.tasks/9.0.1",
3289
+ "hashPath": "microsoft.net.illink.tasks.9.0.1.nupkg.sha512"
3290
+ },
3209
3291
  "Microsoft.NETCore.Platforms/1.1.1": {
3210
3292
  "type": "package",
3211
3293
  "serviceable": true,
@@ -3234,19 +3316,19 @@
3234
3316
  "path": "microsoft.win32.systemevents/6.0.0",
3235
3317
  "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
3236
3318
  },
3237
- "ModelContextProtocol/0.1.0-preview.9": {
3319
+ "ModelContextProtocol/0.1.0-preview.11": {
3238
3320
  "type": "package",
3239
3321
  "serviceable": true,
3240
- "sha512": "sha512-mRsEmnxIMWuD25gnvBWqDDeH9zA0pJT89Gc99myLgYQc36B3jiXo/uUR/3GrszLKcYL9qhyinjf1kd7jm8efCA==",
3241
- "path": "modelcontextprotocol/0.1.0-preview.9",
3242
- "hashPath": "modelcontextprotocol.0.1.0-preview.9.nupkg.sha512"
3322
+ "sha512": "sha512-TWSeMx0mcdX4pZVB0gS2ii06Ll9pz+PAG8OieTI0MG9rD4YmFBrCMKoRXf381I/S0jVjktJeFHdrJVKeSiH7BA==",
3323
+ "path": "modelcontextprotocol/0.1.0-preview.11",
3324
+ "hashPath": "modelcontextprotocol.0.1.0-preview.11.nupkg.sha512"
3243
3325
  },
3244
- "ModelContextProtocol.AspNetCore/0.1.0-preview.9": {
3326
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
3245
3327
  "type": "package",
3246
3328
  "serviceable": true,
3247
- "sha512": "sha512-A8kfEhivE8dfEvHCEtOUi2DSOOan+sfPTKawYuyYKPY/HmKUxrABvJtPaYRfffSg92muZeAsFhrI9ut+go+FSw==",
3248
- "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.9",
3249
- "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.9.nupkg.sha512"
3329
+ "sha512": "sha512-sAX1QOFsZkv7nzXpgb5JVAhSx6UERg/3rZARqIMhB80Fpb5gKlKGnwEPPDOIXDLCijfm7qZY5U7YLK6u0MciWQ==",
3330
+ "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.11",
3331
+ "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.11.nupkg.sha512"
3250
3332
  },
3251
3333
  "Newtonsoft.Json/13.0.3": {
3252
3334
  "type": "package",
@@ -3255,6 +3337,13 @@
3255
3337
  "path": "newtonsoft.json/13.0.3",
3256
3338
  "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
3257
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
+ },
3258
3347
  "OpenTelemetry/1.11.2": {
3259
3348
  "type": "package",
3260
3349
  "serviceable": true,
@@ -3563,12 +3652,12 @@
3563
3652
  "path": "system.buffers/4.5.1",
3564
3653
  "hashPath": "system.buffers.4.5.1.nupkg.sha512"
3565
3654
  },
3566
- "System.ClientModel/1.2.1": {
3655
+ "System.ClientModel/1.4.0-beta.1": {
3567
3656
  "type": "package",
3568
3657
  "serviceable": true,
3569
- "sha512": "sha512-s9+M5El+DXdCRRLzxak8uGBKWT8H/eIssGpFtpaMKdJULrQbBDPH/zFbVyHX+NDczhS5EvjHFbBH9/L+0UhmcA==",
3570
- "path": "system.clientmodel/1.2.1",
3571
- "hashPath": "system.clientmodel.1.2.1.nupkg.sha512"
3658
+ "sha512": "sha512-ZR0fKC94VS4P80vmxjk7l13/jPBXV0GMoE4jQfkYk8m2YV+dlw8jSC+b6eAfyBz0u+soN4CjhT3OdOC5KHaXxg==",
3659
+ "path": "system.clientmodel/1.4.0-beta.1",
3660
+ "hashPath": "system.clientmodel.1.4.0-beta.1.nupkg.sha512"
3572
3661
  },
3573
3662
  "System.Collections/4.3.0": {
3574
3663
  "type": "package",
@@ -3717,12 +3806,12 @@
3717
3806
  "path": "system.memory/4.5.5",
3718
3807
  "hashPath": "system.memory.4.5.5.nupkg.sha512"
3719
3808
  },
3720
- "System.Memory.Data/6.0.0": {
3809
+ "System.Memory.Data/6.0.1": {
3721
3810
  "type": "package",
3722
3811
  "serviceable": true,
3723
- "sha512": "sha512-ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ==",
3724
- "path": "system.memory.data/6.0.0",
3725
- "hashPath": "system.memory.data.6.0.0.nupkg.sha512"
3812
+ "sha512": "sha512-yliDgLh9S9Mcy5hBIdZmX6yphYIW3NH+3HN1kV1m7V1e0s7LNTw/tHNjJP4U9nSMEgl3w1TzYv/KA1Tg9NYy6w==",
3813
+ "path": "system.memory.data/6.0.1",
3814
+ "hashPath": "system.memory.data.6.0.1.nupkg.sha512"
3726
3815
  },
3727
3816
  "System.Net.Http/4.3.4": {
3728
3817
  "type": "package",
package/dist/azmcp.dll CHANGED
Binary file
package/dist/azmcp.exe CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-win32-arm64",
3
- "version": "0.0.11",
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",
Binary file
package/dist/msvcp140.dll DELETED
Binary file
Binary file
Binary file