@azure/mcp-linux-x64 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/linux-x64": {
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",
@@ -1197,8 +1202,8 @@
1197
1202
  "Azure.Core/1.45.0": {
1198
1203
  "dependencies": {
1199
1204
  "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
1200
- "System.ClientModel": "1.2.1",
1201
- "System.Memory.Data": "6.0.0",
1205
+ "System.ClientModel": "1.4.0-beta.1",
1206
+ "System.Memory.Data": "6.0.1",
1202
1207
  "System.Threading.Tasks.Extensions": "4.5.4"
1203
1208
  },
1204
1209
  "runtime": {
@@ -1303,7 +1308,7 @@
1303
1308
  "Azure.ResourceManager/1.13.0": {
1304
1309
  "dependencies": {
1305
1310
  "Azure.Core": "1.45.0",
1306
- "System.ClientModel": "1.2.1",
1311
+ "System.ClientModel": "1.4.0-beta.1",
1307
1312
  "System.Text.Json": "9.0.4"
1308
1313
  },
1309
1314
  "runtime": {
@@ -1317,7 +1322,7 @@
1317
1322
  "dependencies": {
1318
1323
  "Azure.Core": "1.45.0",
1319
1324
  "Azure.ResourceManager": "1.13.0",
1320
- "System.ClientModel": "1.2.1",
1325
+ "System.ClientModel": "1.4.0-beta.1",
1321
1326
  "System.Text.Json": "9.0.4"
1322
1327
  },
1323
1328
  "runtime": {
@@ -1331,7 +1336,7 @@
1331
1336
  "dependencies": {
1332
1337
  "Azure.Core": "1.45.0",
1333
1338
  "Azure.ResourceManager": "1.13.0",
1334
- "System.ClientModel": "1.2.1",
1339
+ "System.ClientModel": "1.4.0-beta.1",
1335
1340
  "System.Text.Json": "9.0.4"
1336
1341
  },
1337
1342
  "runtime": {
@@ -1345,7 +1350,7 @@
1345
1350
  "dependencies": {
1346
1351
  "Azure.Core": "1.45.0",
1347
1352
  "Azure.ResourceManager": "1.13.0",
1348
- "System.ClientModel": "1.2.1",
1353
+ "System.ClientModel": "1.4.0-beta.1",
1349
1354
  "System.Text.Json": "9.0.4"
1350
1355
  },
1351
1356
  "runtime": {
@@ -1355,11 +1360,39 @@
1355
1360
  }
1356
1361
  }
1357
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
+ },
1377
+ "Azure.ResourceManager.Search/1.2.3": {
1378
+ "dependencies": {
1379
+ "Azure.Core": "1.45.0",
1380
+ "Azure.ResourceManager": "1.13.0",
1381
+ "System.ClientModel": "1.4.0-beta.1",
1382
+ "System.Text.Json": "9.0.4"
1383
+ },
1384
+ "runtime": {
1385
+ "lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
1386
+ "assemblyVersion": "1.2.3.0",
1387
+ "fileVersion": "1.200.324.25702"
1388
+ }
1389
+ }
1390
+ },
1358
1391
  "Azure.ResourceManager.Storage/1.4.0": {
1359
1392
  "dependencies": {
1360
1393
  "Azure.Core": "1.45.0",
1361
1394
  "Azure.ResourceManager": "1.13.0",
1362
- "System.ClientModel": "1.2.1",
1395
+ "System.ClientModel": "1.4.0-beta.1",
1363
1396
  "System.Text.Json": "9.0.4"
1364
1397
  },
1365
1398
  "runtime": {
@@ -1369,6 +1402,18 @@
1369
1402
  }
1370
1403
  }
1371
1404
  },
1405
+ "Azure.Search.Documents/11.7.0-beta.3": {
1406
+ "dependencies": {
1407
+ "Azure.Core": "1.45.0",
1408
+ "System.ClientModel": "1.4.0-beta.1"
1409
+ },
1410
+ "runtime": {
1411
+ "lib/net8.0/Azure.Search.Documents.dll": {
1412
+ "assemblyVersion": "11.7.0.0",
1413
+ "fileVersion": "11.700.25.17503"
1414
+ }
1415
+ }
1416
+ },
1372
1417
  "Azure.Security.KeyVault.Keys/4.7.0": {
1373
1418
  "dependencies": {
1374
1419
  "Azure.Core": "1.45.0",
@@ -1937,6 +1982,7 @@
1937
1982
  }
1938
1983
  }
1939
1984
  },
1985
+ "Microsoft.NET.ILLink.Tasks/9.0.1": {},
1940
1986
  "Microsoft.NETCore.Platforms/1.1.1": {},
1941
1987
  "Microsoft.NETCore.Targets/1.1.3": {},
1942
1988
  "Microsoft.Win32.Primitives/4.3.0": {
@@ -1955,7 +2001,7 @@
1955
2001
  }
1956
2002
  }
1957
2003
  },
1958
- "ModelContextProtocol/0.1.0-preview.9": {
2004
+ "ModelContextProtocol/0.1.0-preview.11": {
1959
2005
  "dependencies": {
1960
2006
  "Microsoft.Extensions.AI": "9.4.0-preview.1.25207.5",
1961
2007
  "Microsoft.Extensions.AI.Abstractions": "9.4.0-preview.1.25207.5",
@@ -1970,9 +2016,9 @@
1970
2016
  }
1971
2017
  }
1972
2018
  },
1973
- "ModelContextProtocol.AspNetCore/0.1.0-preview.9": {
2019
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
1974
2020
  "dependencies": {
1975
- "ModelContextProtocol": "0.1.0-preview.9"
2021
+ "ModelContextProtocol": "0.1.0-preview.11"
1976
2022
  },
1977
2023
  "runtime": {
1978
2024
  "lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
@@ -1989,6 +2035,17 @@
1989
2035
  }
1990
2036
  }
1991
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
+ },
1992
2049
  "OpenTelemetry/1.11.2": {
1993
2050
  "dependencies": {
1994
2051
  "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.4",
@@ -2214,15 +2271,15 @@
2214
2271
  }
2215
2272
  },
2216
2273
  "System.Buffers/4.5.1": {},
2217
- "System.ClientModel/1.2.1": {
2274
+ "System.ClientModel/1.4.0-beta.1": {
2218
2275
  "dependencies": {
2219
- "System.Memory.Data": "6.0.0",
2220
- "System.Text.Json": "9.0.4"
2276
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.4",
2277
+ "System.Memory.Data": "6.0.1"
2221
2278
  },
2222
2279
  "runtime": {
2223
- "lib/net6.0/System.ClientModel.dll": {
2224
- "assemblyVersion": "1.2.1.0",
2225
- "fileVersion": "1.200.124.50905"
2280
+ "lib/net8.0/System.ClientModel.dll": {
2281
+ "assemblyVersion": "1.4.0.0",
2282
+ "fileVersion": "1.400.25.15605"
2226
2283
  }
2227
2284
  }
2228
2285
  },
@@ -2442,14 +2499,11 @@
2442
2499
  }
2443
2500
  },
2444
2501
  "System.Memory/4.5.5": {},
2445
- "System.Memory.Data/6.0.0": {
2446
- "dependencies": {
2447
- "System.Text.Json": "9.0.4"
2448
- },
2502
+ "System.Memory.Data/6.0.1": {
2449
2503
  "runtime": {
2450
2504
  "lib/net6.0/System.Memory.Data.dll": {
2451
- "assemblyVersion": "6.0.0.0",
2452
- "fileVersion": "6.0.21.52210"
2505
+ "assemblyVersion": "6.0.0.1",
2506
+ "fileVersion": "6.0.3624.51421"
2453
2507
  }
2454
2508
  }
2455
2509
  },
@@ -2791,7 +2845,7 @@
2791
2845
  }
2792
2846
  },
2793
2847
  "libraries": {
2794
- "azmcp/0.0.11": {
2848
+ "azmcp/0.0.13": {
2795
2849
  "type": "project",
2796
2850
  "serviceable": false,
2797
2851
  "sha512": ""
@@ -2890,6 +2944,20 @@
2890
2944
  "path": "azure.resourcemanager.operationalinsights/1.2.2",
2891
2945
  "hashPath": "azure.resourcemanager.operationalinsights.1.2.2.nupkg.sha512"
2892
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
+ },
2954
+ "Azure.ResourceManager.Search/1.2.3": {
2955
+ "type": "package",
2956
+ "serviceable": true,
2957
+ "sha512": "sha512-cGfpe38EWgyBBcP1RfHj91W1YMMoLx6lLgt6RRflnXd7nDnRPvjZNQVBNuVK1jOw5bYEmxCrgX8ZSFvc56jyFg==",
2958
+ "path": "azure.resourcemanager.search/1.2.3",
2959
+ "hashPath": "azure.resourcemanager.search.1.2.3.nupkg.sha512"
2960
+ },
2893
2961
  "Azure.ResourceManager.Storage/1.4.0": {
2894
2962
  "type": "package",
2895
2963
  "serviceable": true,
@@ -2897,6 +2965,13 @@
2897
2965
  "path": "azure.resourcemanager.storage/1.4.0",
2898
2966
  "hashPath": "azure.resourcemanager.storage.1.4.0.nupkg.sha512"
2899
2967
  },
2968
+ "Azure.Search.Documents/11.7.0-beta.3": {
2969
+ "type": "package",
2970
+ "serviceable": true,
2971
+ "sha512": "sha512-Owmt/SQJGnYs1aj0hhdQgcjO4BpplJe8In681vpzQPSehcwyNyLaIUOPJ9H/kSNy8agQ6L6CSTM99xWCWwyDDw==",
2972
+ "path": "azure.search.documents/11.7.0-beta.3",
2973
+ "hashPath": "azure.search.documents.11.7.0-beta.3.nupkg.sha512"
2974
+ },
2900
2975
  "Azure.Security.KeyVault.Keys/4.7.0": {
2901
2976
  "type": "package",
2902
2977
  "serviceable": true,
@@ -3198,6 +3273,13 @@
3198
3273
  "path": "microsoft.identitymodel.abstractions/6.35.0",
3199
3274
  "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
3200
3275
  },
3276
+ "Microsoft.NET.ILLink.Tasks/9.0.1": {
3277
+ "type": "package",
3278
+ "serviceable": true,
3279
+ "sha512": "sha512-BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg==",
3280
+ "path": "microsoft.net.illink.tasks/9.0.1",
3281
+ "hashPath": "microsoft.net.illink.tasks.9.0.1.nupkg.sha512"
3282
+ },
3201
3283
  "Microsoft.NETCore.Platforms/1.1.1": {
3202
3284
  "type": "package",
3203
3285
  "serviceable": true,
@@ -3226,19 +3308,19 @@
3226
3308
  "path": "microsoft.win32.systemevents/6.0.0",
3227
3309
  "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
3228
3310
  },
3229
- "ModelContextProtocol/0.1.0-preview.9": {
3311
+ "ModelContextProtocol/0.1.0-preview.11": {
3230
3312
  "type": "package",
3231
3313
  "serviceable": true,
3232
- "sha512": "sha512-mRsEmnxIMWuD25gnvBWqDDeH9zA0pJT89Gc99myLgYQc36B3jiXo/uUR/3GrszLKcYL9qhyinjf1kd7jm8efCA==",
3233
- "path": "modelcontextprotocol/0.1.0-preview.9",
3234
- "hashPath": "modelcontextprotocol.0.1.0-preview.9.nupkg.sha512"
3314
+ "sha512": "sha512-TWSeMx0mcdX4pZVB0gS2ii06Ll9pz+PAG8OieTI0MG9rD4YmFBrCMKoRXf381I/S0jVjktJeFHdrJVKeSiH7BA==",
3315
+ "path": "modelcontextprotocol/0.1.0-preview.11",
3316
+ "hashPath": "modelcontextprotocol.0.1.0-preview.11.nupkg.sha512"
3235
3317
  },
3236
- "ModelContextProtocol.AspNetCore/0.1.0-preview.9": {
3318
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
3237
3319
  "type": "package",
3238
3320
  "serviceable": true,
3239
- "sha512": "sha512-A8kfEhivE8dfEvHCEtOUi2DSOOan+sfPTKawYuyYKPY/HmKUxrABvJtPaYRfffSg92muZeAsFhrI9ut+go+FSw==",
3240
- "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.9",
3241
- "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.9.nupkg.sha512"
3321
+ "sha512": "sha512-sAX1QOFsZkv7nzXpgb5JVAhSx6UERg/3rZARqIMhB80Fpb5gKlKGnwEPPDOIXDLCijfm7qZY5U7YLK6u0MciWQ==",
3322
+ "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.11",
3323
+ "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.11.nupkg.sha512"
3242
3324
  },
3243
3325
  "Newtonsoft.Json/13.0.3": {
3244
3326
  "type": "package",
@@ -3247,6 +3329,13 @@
3247
3329
  "path": "newtonsoft.json/13.0.3",
3248
3330
  "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
3249
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
+ },
3250
3339
  "OpenTelemetry/1.11.2": {
3251
3340
  "type": "package",
3252
3341
  "serviceable": true,
@@ -3562,12 +3651,12 @@
3562
3651
  "path": "system.buffers/4.5.1",
3563
3652
  "hashPath": "system.buffers.4.5.1.nupkg.sha512"
3564
3653
  },
3565
- "System.ClientModel/1.2.1": {
3654
+ "System.ClientModel/1.4.0-beta.1": {
3566
3655
  "type": "package",
3567
3656
  "serviceable": true,
3568
- "sha512": "sha512-s9+M5El+DXdCRRLzxak8uGBKWT8H/eIssGpFtpaMKdJULrQbBDPH/zFbVyHX+NDczhS5EvjHFbBH9/L+0UhmcA==",
3569
- "path": "system.clientmodel/1.2.1",
3570
- "hashPath": "system.clientmodel.1.2.1.nupkg.sha512"
3657
+ "sha512": "sha512-ZR0fKC94VS4P80vmxjk7l13/jPBXV0GMoE4jQfkYk8m2YV+dlw8jSC+b6eAfyBz0u+soN4CjhT3OdOC5KHaXxg==",
3658
+ "path": "system.clientmodel/1.4.0-beta.1",
3659
+ "hashPath": "system.clientmodel.1.4.0-beta.1.nupkg.sha512"
3571
3660
  },
3572
3661
  "System.Collections/4.3.0": {
3573
3662
  "type": "package",
@@ -3716,12 +3805,12 @@
3716
3805
  "path": "system.memory/4.5.5",
3717
3806
  "hashPath": "system.memory.4.5.5.nupkg.sha512"
3718
3807
  },
3719
- "System.Memory.Data/6.0.0": {
3808
+ "System.Memory.Data/6.0.1": {
3720
3809
  "type": "package",
3721
3810
  "serviceable": true,
3722
- "sha512": "sha512-ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ==",
3723
- "path": "system.memory.data/6.0.0",
3724
- "hashPath": "system.memory.data.6.0.0.nupkg.sha512"
3811
+ "sha512": "sha512-yliDgLh9S9Mcy5hBIdZmX6yphYIW3NH+3HN1kV1m7V1e0s7LNTw/tHNjJP4U9nSMEgl3w1TzYv/KA1Tg9NYy6w==",
3812
+ "path": "system.memory.data/6.0.1",
3813
+ "hashPath": "system.memory.data.6.0.1.nupkg.sha512"
3725
3814
  },
3726
3815
  "System.Net.Http/4.3.4": {
3727
3816
  "type": "package",
package/dist/azmcp.dll CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-linux-x64",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux 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