@azure/mcp-win32-x64 0.0.11 → 0.0.12

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,6 +50,11 @@ 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
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-x64": {
10
- "azmcp/0.0.11": {
10
+ "azmcp/0.0.12": {
11
11
  "dependencies": {
12
12
  "Azure.Core": "1.45.0",
13
13
  "Azure.Data.AppConfiguration": "1.6.0",
@@ -19,7 +19,9 @@
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.Search": "1.2.3",
22
23
  "Azure.ResourceManager.Storage": "1.4.0",
24
+ "Azure.Search.Documents": "11.7.0-beta.3",
23
25
  "Azure.Security.KeyVault.Keys": "4.7.0",
24
26
  "Azure.Storage.Blobs": "12.24.0",
25
27
  "Microsoft.Azure.Cosmos": "3.48.0",
@@ -28,8 +30,9 @@
28
30
  "Microsoft.Extensions.DependencyInjection": "9.0.4",
29
31
  "Microsoft.Extensions.Hosting": "9.0.4",
30
32
  "Microsoft.Identity.Client.Broker": "4.67.2",
31
- "ModelContextProtocol": "0.1.0-preview.9",
32
- "ModelContextProtocol.AspNetCore": "0.1.0-preview.9",
33
+ "Microsoft.NET.ILLink.Tasks": "9.0.1",
34
+ "ModelContextProtocol": "0.1.0-preview.11",
35
+ "ModelContextProtocol.AspNetCore": "0.1.0-preview.11",
33
36
  "Newtonsoft.Json": "13.0.3",
34
37
  "OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.11.2",
35
38
  "System.CommandLine": "2.0.0-beta4.22272.1",
@@ -1206,8 +1209,8 @@
1206
1209
  "Azure.Core/1.45.0": {
1207
1210
  "dependencies": {
1208
1211
  "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
1209
- "System.ClientModel": "1.2.1",
1210
- "System.Memory.Data": "6.0.0",
1212
+ "System.ClientModel": "1.4.0-beta.1",
1213
+ "System.Memory.Data": "6.0.1",
1211
1214
  "System.Threading.Tasks.Extensions": "4.5.4"
1212
1215
  },
1213
1216
  "runtime": {
@@ -1312,7 +1315,7 @@
1312
1315
  "Azure.ResourceManager/1.13.0": {
1313
1316
  "dependencies": {
1314
1317
  "Azure.Core": "1.45.0",
1315
- "System.ClientModel": "1.2.1",
1318
+ "System.ClientModel": "1.4.0-beta.1",
1316
1319
  "System.Text.Json": "9.0.4"
1317
1320
  },
1318
1321
  "runtime": {
@@ -1326,7 +1329,7 @@
1326
1329
  "dependencies": {
1327
1330
  "Azure.Core": "1.45.0",
1328
1331
  "Azure.ResourceManager": "1.13.0",
1329
- "System.ClientModel": "1.2.1",
1332
+ "System.ClientModel": "1.4.0-beta.1",
1330
1333
  "System.Text.Json": "9.0.4"
1331
1334
  },
1332
1335
  "runtime": {
@@ -1340,7 +1343,7 @@
1340
1343
  "dependencies": {
1341
1344
  "Azure.Core": "1.45.0",
1342
1345
  "Azure.ResourceManager": "1.13.0",
1343
- "System.ClientModel": "1.2.1",
1346
+ "System.ClientModel": "1.4.0-beta.1",
1344
1347
  "System.Text.Json": "9.0.4"
1345
1348
  },
1346
1349
  "runtime": {
@@ -1354,7 +1357,7 @@
1354
1357
  "dependencies": {
1355
1358
  "Azure.Core": "1.45.0",
1356
1359
  "Azure.ResourceManager": "1.13.0",
1357
- "System.ClientModel": "1.2.1",
1360
+ "System.ClientModel": "1.4.0-beta.1",
1358
1361
  "System.Text.Json": "9.0.4"
1359
1362
  },
1360
1363
  "runtime": {
@@ -1364,11 +1367,25 @@
1364
1367
  }
1365
1368
  }
1366
1369
  },
1370
+ "Azure.ResourceManager.Search/1.2.3": {
1371
+ "dependencies": {
1372
+ "Azure.Core": "1.45.0",
1373
+ "Azure.ResourceManager": "1.13.0",
1374
+ "System.ClientModel": "1.4.0-beta.1",
1375
+ "System.Text.Json": "9.0.4"
1376
+ },
1377
+ "runtime": {
1378
+ "lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
1379
+ "assemblyVersion": "1.2.3.0",
1380
+ "fileVersion": "1.200.324.25702"
1381
+ }
1382
+ }
1383
+ },
1367
1384
  "Azure.ResourceManager.Storage/1.4.0": {
1368
1385
  "dependencies": {
1369
1386
  "Azure.Core": "1.45.0",
1370
1387
  "Azure.ResourceManager": "1.13.0",
1371
- "System.ClientModel": "1.2.1",
1388
+ "System.ClientModel": "1.4.0-beta.1",
1372
1389
  "System.Text.Json": "9.0.4"
1373
1390
  },
1374
1391
  "runtime": {
@@ -1378,6 +1395,18 @@
1378
1395
  }
1379
1396
  }
1380
1397
  },
1398
+ "Azure.Search.Documents/11.7.0-beta.3": {
1399
+ "dependencies": {
1400
+ "Azure.Core": "1.45.0",
1401
+ "System.ClientModel": "1.4.0-beta.1"
1402
+ },
1403
+ "runtime": {
1404
+ "lib/net8.0/Azure.Search.Documents.dll": {
1405
+ "assemblyVersion": "11.7.0.0",
1406
+ "fileVersion": "11.700.25.17503"
1407
+ }
1408
+ }
1409
+ },
1381
1410
  "Azure.Security.KeyVault.Keys/4.7.0": {
1382
1411
  "dependencies": {
1383
1412
  "Azure.Core": "1.45.0",
@@ -1449,23 +1478,6 @@
1449
1478
  "assemblyVersion": "1.1.0.0",
1450
1479
  "fileVersion": "1.1.0.0"
1451
1480
  }
1452
- },
1453
- "native": {
1454
- "runtimes/win-x64/native/Cosmos.CRTCompat.dll": {
1455
- "fileVersion": "2.0.0.0"
1456
- },
1457
- "runtimes/win-x64/native/Microsoft.Azure.Cosmos.ServiceInterop.dll": {
1458
- "fileVersion": "2.14.0.0"
1459
- },
1460
- "runtimes/win-x64/native/msvcp140.dll": {
1461
- "fileVersion": "14.39.33521.0"
1462
- },
1463
- "runtimes/win-x64/native/vcruntime140.dll": {
1464
- "fileVersion": "14.39.33521.0"
1465
- },
1466
- "runtimes/win-x64/native/vcruntime140_1.dll": {
1467
- "fileVersion": "14.39.33521.0"
1468
- }
1469
1481
  }
1470
1482
  },
1471
1483
  "Microsoft.Bcl.AsyncInterfaces/6.0.0": {
@@ -1968,6 +1980,7 @@
1968
1980
  }
1969
1981
  }
1970
1982
  },
1983
+ "Microsoft.NET.ILLink.Tasks/9.0.1": {},
1971
1984
  "Microsoft.NETCore.Platforms/1.1.1": {},
1972
1985
  "Microsoft.NETCore.Targets/1.1.3": {},
1973
1986
  "Microsoft.Win32.Primitives/4.3.0": {
@@ -1986,7 +1999,7 @@
1986
1999
  }
1987
2000
  }
1988
2001
  },
1989
- "ModelContextProtocol/0.1.0-preview.9": {
2002
+ "ModelContextProtocol/0.1.0-preview.11": {
1990
2003
  "dependencies": {
1991
2004
  "Microsoft.Extensions.AI": "9.4.0-preview.1.25207.5",
1992
2005
  "Microsoft.Extensions.AI.Abstractions": "9.4.0-preview.1.25207.5",
@@ -2001,9 +2014,9 @@
2001
2014
  }
2002
2015
  }
2003
2016
  },
2004
- "ModelContextProtocol.AspNetCore/0.1.0-preview.9": {
2017
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
2005
2018
  "dependencies": {
2006
- "ModelContextProtocol": "0.1.0-preview.9"
2019
+ "ModelContextProtocol": "0.1.0-preview.11"
2007
2020
  },
2008
2021
  "runtime": {
2009
2022
  "lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
@@ -2232,15 +2245,15 @@
2232
2245
  }
2233
2246
  },
2234
2247
  "System.Buffers/4.5.1": {},
2235
- "System.ClientModel/1.2.1": {
2248
+ "System.ClientModel/1.4.0-beta.1": {
2236
2249
  "dependencies": {
2237
- "System.Memory.Data": "6.0.0",
2238
- "System.Text.Json": "9.0.4"
2250
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.4",
2251
+ "System.Memory.Data": "6.0.1"
2239
2252
  },
2240
2253
  "runtime": {
2241
- "lib/net6.0/System.ClientModel.dll": {
2242
- "assemblyVersion": "1.2.1.0",
2243
- "fileVersion": "1.200.124.50905"
2254
+ "lib/net8.0/System.ClientModel.dll": {
2255
+ "assemblyVersion": "1.4.0.0",
2256
+ "fileVersion": "1.400.25.15605"
2244
2257
  }
2245
2258
  }
2246
2259
  },
@@ -2460,14 +2473,11 @@
2460
2473
  }
2461
2474
  },
2462
2475
  "System.Memory/4.5.5": {},
2463
- "System.Memory.Data/6.0.0": {
2464
- "dependencies": {
2465
- "System.Text.Json": "9.0.4"
2466
- },
2476
+ "System.Memory.Data/6.0.1": {
2467
2477
  "runtime": {
2468
2478
  "lib/net6.0/System.Memory.Data.dll": {
2469
- "assemblyVersion": "6.0.0.0",
2470
- "fileVersion": "6.0.21.52210"
2479
+ "assemblyVersion": "6.0.0.1",
2480
+ "fileVersion": "6.0.3624.51421"
2471
2481
  }
2472
2482
  }
2473
2483
  },
@@ -2816,7 +2826,7 @@
2816
2826
  }
2817
2827
  },
2818
2828
  "libraries": {
2819
- "azmcp/0.0.11": {
2829
+ "azmcp/0.0.12": {
2820
2830
  "type": "project",
2821
2831
  "serviceable": false,
2822
2832
  "sha512": ""
@@ -2915,6 +2925,13 @@
2915
2925
  "path": "azure.resourcemanager.operationalinsights/1.2.2",
2916
2926
  "hashPath": "azure.resourcemanager.operationalinsights.1.2.2.nupkg.sha512"
2917
2927
  },
2928
+ "Azure.ResourceManager.Search/1.2.3": {
2929
+ "type": "package",
2930
+ "serviceable": true,
2931
+ "sha512": "sha512-cGfpe38EWgyBBcP1RfHj91W1YMMoLx6lLgt6RRflnXd7nDnRPvjZNQVBNuVK1jOw5bYEmxCrgX8ZSFvc56jyFg==",
2932
+ "path": "azure.resourcemanager.search/1.2.3",
2933
+ "hashPath": "azure.resourcemanager.search.1.2.3.nupkg.sha512"
2934
+ },
2918
2935
  "Azure.ResourceManager.Storage/1.4.0": {
2919
2936
  "type": "package",
2920
2937
  "serviceable": true,
@@ -2922,6 +2939,13 @@
2922
2939
  "path": "azure.resourcemanager.storage/1.4.0",
2923
2940
  "hashPath": "azure.resourcemanager.storage.1.4.0.nupkg.sha512"
2924
2941
  },
2942
+ "Azure.Search.Documents/11.7.0-beta.3": {
2943
+ "type": "package",
2944
+ "serviceable": true,
2945
+ "sha512": "sha512-Owmt/SQJGnYs1aj0hhdQgcjO4BpplJe8In681vpzQPSehcwyNyLaIUOPJ9H/kSNy8agQ6L6CSTM99xWCWwyDDw==",
2946
+ "path": "azure.search.documents/11.7.0-beta.3",
2947
+ "hashPath": "azure.search.documents.11.7.0-beta.3.nupkg.sha512"
2948
+ },
2925
2949
  "Azure.Security.KeyVault.Keys/4.7.0": {
2926
2950
  "type": "package",
2927
2951
  "serviceable": true,
@@ -3223,6 +3247,13 @@
3223
3247
  "path": "microsoft.identitymodel.abstractions/6.35.0",
3224
3248
  "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
3225
3249
  },
3250
+ "Microsoft.NET.ILLink.Tasks/9.0.1": {
3251
+ "type": "package",
3252
+ "serviceable": true,
3253
+ "sha512": "sha512-BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg==",
3254
+ "path": "microsoft.net.illink.tasks/9.0.1",
3255
+ "hashPath": "microsoft.net.illink.tasks.9.0.1.nupkg.sha512"
3256
+ },
3226
3257
  "Microsoft.NETCore.Platforms/1.1.1": {
3227
3258
  "type": "package",
3228
3259
  "serviceable": true,
@@ -3251,19 +3282,19 @@
3251
3282
  "path": "microsoft.win32.systemevents/6.0.0",
3252
3283
  "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
3253
3284
  },
3254
- "ModelContextProtocol/0.1.0-preview.9": {
3285
+ "ModelContextProtocol/0.1.0-preview.11": {
3255
3286
  "type": "package",
3256
3287
  "serviceable": true,
3257
- "sha512": "sha512-mRsEmnxIMWuD25gnvBWqDDeH9zA0pJT89Gc99myLgYQc36B3jiXo/uUR/3GrszLKcYL9qhyinjf1kd7jm8efCA==",
3258
- "path": "modelcontextprotocol/0.1.0-preview.9",
3259
- "hashPath": "modelcontextprotocol.0.1.0-preview.9.nupkg.sha512"
3288
+ "sha512": "sha512-TWSeMx0mcdX4pZVB0gS2ii06Ll9pz+PAG8OieTI0MG9rD4YmFBrCMKoRXf381I/S0jVjktJeFHdrJVKeSiH7BA==",
3289
+ "path": "modelcontextprotocol/0.1.0-preview.11",
3290
+ "hashPath": "modelcontextprotocol.0.1.0-preview.11.nupkg.sha512"
3260
3291
  },
3261
- "ModelContextProtocol.AspNetCore/0.1.0-preview.9": {
3292
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
3262
3293
  "type": "package",
3263
3294
  "serviceable": true,
3264
- "sha512": "sha512-A8kfEhivE8dfEvHCEtOUi2DSOOan+sfPTKawYuyYKPY/HmKUxrABvJtPaYRfffSg92muZeAsFhrI9ut+go+FSw==",
3265
- "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.9",
3266
- "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.9.nupkg.sha512"
3295
+ "sha512": "sha512-sAX1QOFsZkv7nzXpgb5JVAhSx6UERg/3rZARqIMhB80Fpb5gKlKGnwEPPDOIXDLCijfm7qZY5U7YLK6u0MciWQ==",
3296
+ "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.11",
3297
+ "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.11.nupkg.sha512"
3267
3298
  },
3268
3299
  "Newtonsoft.Json/13.0.3": {
3269
3300
  "type": "package",
@@ -3580,12 +3611,12 @@
3580
3611
  "path": "system.buffers/4.5.1",
3581
3612
  "hashPath": "system.buffers.4.5.1.nupkg.sha512"
3582
3613
  },
3583
- "System.ClientModel/1.2.1": {
3614
+ "System.ClientModel/1.4.0-beta.1": {
3584
3615
  "type": "package",
3585
3616
  "serviceable": true,
3586
- "sha512": "sha512-s9+M5El+DXdCRRLzxak8uGBKWT8H/eIssGpFtpaMKdJULrQbBDPH/zFbVyHX+NDczhS5EvjHFbBH9/L+0UhmcA==",
3587
- "path": "system.clientmodel/1.2.1",
3588
- "hashPath": "system.clientmodel.1.2.1.nupkg.sha512"
3617
+ "sha512": "sha512-ZR0fKC94VS4P80vmxjk7l13/jPBXV0GMoE4jQfkYk8m2YV+dlw8jSC+b6eAfyBz0u+soN4CjhT3OdOC5KHaXxg==",
3618
+ "path": "system.clientmodel/1.4.0-beta.1",
3619
+ "hashPath": "system.clientmodel.1.4.0-beta.1.nupkg.sha512"
3589
3620
  },
3590
3621
  "System.Collections/4.3.0": {
3591
3622
  "type": "package",
@@ -3734,12 +3765,12 @@
3734
3765
  "path": "system.memory/4.5.5",
3735
3766
  "hashPath": "system.memory.4.5.5.nupkg.sha512"
3736
3767
  },
3737
- "System.Memory.Data/6.0.0": {
3768
+ "System.Memory.Data/6.0.1": {
3738
3769
  "type": "package",
3739
3770
  "serviceable": true,
3740
- "sha512": "sha512-ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ==",
3741
- "path": "system.memory.data/6.0.0",
3742
- "hashPath": "system.memory.data.6.0.0.nupkg.sha512"
3771
+ "sha512": "sha512-yliDgLh9S9Mcy5hBIdZmX6yphYIW3NH+3HN1kV1m7V1e0s7LNTw/tHNjJP4U9nSMEgl3w1TzYv/KA1Tg9NYy6w==",
3772
+ "path": "system.memory.data/6.0.1",
3773
+ "hashPath": "system.memory.data.6.0.1.nupkg.sha512"
3743
3774
  },
3744
3775
  "System.Net.Http/4.3.4": {
3745
3776
  "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-x64",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on x64",
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