@azure/mcp-darwin-arm64 0.0.10 → 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
@@ -95,7 +102,7 @@ The Azure MCP Server requires Node.js to install and run the server. If you don'
95
102
 
96
103
  ### VS Code + GitHub Copilot
97
104
 
98
- The Azure MCP Server provides Azure data plane tools. It can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code. If you're interested in broad developer support across a variety of Azure development scenarios not included in the Azure MCP Server, such as searching documentation on Microsoft Learn, we recommend this extension as well.
105
+ The Azure MCP Server provides Azure SDK and Azure CLI developer tools. It can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code. If you're interested in broad developer support across a variety of Azure development scenarios not included in the Azure MCP Server, such as searching documentation on Microsoft Learn, we recommend this extension as well.
99
106
 
100
107
  ### Prerequisites
101
108
  1. Install either the stable or Insiders release of VS Code:
Binary file
Binary file
Binary file
Binary file
package/dist/azmcp CHANGED
Binary file
@@ -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": {
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",
@@ -1197,8 +1200,8 @@
1197
1200
  "Azure.Core/1.45.0": {
1198
1201
  "dependencies": {
1199
1202
  "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
1200
- "System.ClientModel": "1.2.1",
1201
- "System.Memory.Data": "6.0.0",
1203
+ "System.ClientModel": "1.4.0-beta.1",
1204
+ "System.Memory.Data": "6.0.1",
1202
1205
  "System.Threading.Tasks.Extensions": "4.5.4"
1203
1206
  },
1204
1207
  "runtime": {
@@ -1303,7 +1306,7 @@
1303
1306
  "Azure.ResourceManager/1.13.0": {
1304
1307
  "dependencies": {
1305
1308
  "Azure.Core": "1.45.0",
1306
- "System.ClientModel": "1.2.1",
1309
+ "System.ClientModel": "1.4.0-beta.1",
1307
1310
  "System.Text.Json": "9.0.4"
1308
1311
  },
1309
1312
  "runtime": {
@@ -1317,7 +1320,7 @@
1317
1320
  "dependencies": {
1318
1321
  "Azure.Core": "1.45.0",
1319
1322
  "Azure.ResourceManager": "1.13.0",
1320
- "System.ClientModel": "1.2.1",
1323
+ "System.ClientModel": "1.4.0-beta.1",
1321
1324
  "System.Text.Json": "9.0.4"
1322
1325
  },
1323
1326
  "runtime": {
@@ -1331,7 +1334,7 @@
1331
1334
  "dependencies": {
1332
1335
  "Azure.Core": "1.45.0",
1333
1336
  "Azure.ResourceManager": "1.13.0",
1334
- "System.ClientModel": "1.2.1",
1337
+ "System.ClientModel": "1.4.0-beta.1",
1335
1338
  "System.Text.Json": "9.0.4"
1336
1339
  },
1337
1340
  "runtime": {
@@ -1345,7 +1348,7 @@
1345
1348
  "dependencies": {
1346
1349
  "Azure.Core": "1.45.0",
1347
1350
  "Azure.ResourceManager": "1.13.0",
1348
- "System.ClientModel": "1.2.1",
1351
+ "System.ClientModel": "1.4.0-beta.1",
1349
1352
  "System.Text.Json": "9.0.4"
1350
1353
  },
1351
1354
  "runtime": {
@@ -1355,11 +1358,25 @@
1355
1358
  }
1356
1359
  }
1357
1360
  },
1361
+ "Azure.ResourceManager.Search/1.2.3": {
1362
+ "dependencies": {
1363
+ "Azure.Core": "1.45.0",
1364
+ "Azure.ResourceManager": "1.13.0",
1365
+ "System.ClientModel": "1.4.0-beta.1",
1366
+ "System.Text.Json": "9.0.4"
1367
+ },
1368
+ "runtime": {
1369
+ "lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
1370
+ "assemblyVersion": "1.2.3.0",
1371
+ "fileVersion": "1.200.324.25702"
1372
+ }
1373
+ }
1374
+ },
1358
1375
  "Azure.ResourceManager.Storage/1.4.0": {
1359
1376
  "dependencies": {
1360
1377
  "Azure.Core": "1.45.0",
1361
1378
  "Azure.ResourceManager": "1.13.0",
1362
- "System.ClientModel": "1.2.1",
1379
+ "System.ClientModel": "1.4.0-beta.1",
1363
1380
  "System.Text.Json": "9.0.4"
1364
1381
  },
1365
1382
  "runtime": {
@@ -1369,6 +1386,18 @@
1369
1386
  }
1370
1387
  }
1371
1388
  },
1389
+ "Azure.Search.Documents/11.7.0-beta.3": {
1390
+ "dependencies": {
1391
+ "Azure.Core": "1.45.0",
1392
+ "System.ClientModel": "1.4.0-beta.1"
1393
+ },
1394
+ "runtime": {
1395
+ "lib/net8.0/Azure.Search.Documents.dll": {
1396
+ "assemblyVersion": "11.7.0.0",
1397
+ "fileVersion": "11.700.25.17503"
1398
+ }
1399
+ }
1400
+ },
1372
1401
  "Azure.Security.KeyVault.Keys/4.7.0": {
1373
1402
  "dependencies": {
1374
1403
  "Azure.Core": "1.45.0",
@@ -1937,6 +1966,7 @@
1937
1966
  }
1938
1967
  }
1939
1968
  },
1969
+ "Microsoft.NET.ILLink.Tasks/9.0.1": {},
1940
1970
  "Microsoft.NETCore.Platforms/1.1.1": {},
1941
1971
  "Microsoft.NETCore.Targets/1.1.3": {},
1942
1972
  "Microsoft.Win32.Primitives/4.3.0": {
@@ -1955,7 +1985,7 @@
1955
1985
  }
1956
1986
  }
1957
1987
  },
1958
- "ModelContextProtocol/0.1.0-preview.9": {
1988
+ "ModelContextProtocol/0.1.0-preview.11": {
1959
1989
  "dependencies": {
1960
1990
  "Microsoft.Extensions.AI": "9.4.0-preview.1.25207.5",
1961
1991
  "Microsoft.Extensions.AI.Abstractions": "9.4.0-preview.1.25207.5",
@@ -1970,9 +2000,9 @@
1970
2000
  }
1971
2001
  }
1972
2002
  },
1973
- "ModelContextProtocol.AspNetCore/0.1.0-preview.9": {
2003
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
1974
2004
  "dependencies": {
1975
- "ModelContextProtocol": "0.1.0-preview.9"
2005
+ "ModelContextProtocol": "0.1.0-preview.11"
1976
2006
  },
1977
2007
  "runtime": {
1978
2008
  "lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
@@ -2214,15 +2244,15 @@
2214
2244
  }
2215
2245
  },
2216
2246
  "System.Buffers/4.5.1": {},
2217
- "System.ClientModel/1.2.1": {
2247
+ "System.ClientModel/1.4.0-beta.1": {
2218
2248
  "dependencies": {
2219
- "System.Memory.Data": "6.0.0",
2220
- "System.Text.Json": "9.0.4"
2249
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.4",
2250
+ "System.Memory.Data": "6.0.1"
2221
2251
  },
2222
2252
  "runtime": {
2223
- "lib/net6.0/System.ClientModel.dll": {
2224
- "assemblyVersion": "1.2.1.0",
2225
- "fileVersion": "1.200.124.50905"
2253
+ "lib/net8.0/System.ClientModel.dll": {
2254
+ "assemblyVersion": "1.4.0.0",
2255
+ "fileVersion": "1.400.25.15605"
2226
2256
  }
2227
2257
  }
2228
2258
  },
@@ -2442,14 +2472,11 @@
2442
2472
  }
2443
2473
  },
2444
2474
  "System.Memory/4.5.5": {},
2445
- "System.Memory.Data/6.0.0": {
2446
- "dependencies": {
2447
- "System.Text.Json": "9.0.4"
2448
- },
2475
+ "System.Memory.Data/6.0.1": {
2449
2476
  "runtime": {
2450
2477
  "lib/net6.0/System.Memory.Data.dll": {
2451
- "assemblyVersion": "6.0.0.0",
2452
- "fileVersion": "6.0.21.52210"
2478
+ "assemblyVersion": "6.0.0.1",
2479
+ "fileVersion": "6.0.3624.51421"
2453
2480
  }
2454
2481
  }
2455
2482
  },
@@ -2791,7 +2818,7 @@
2791
2818
  }
2792
2819
  },
2793
2820
  "libraries": {
2794
- "azmcp/0.0.10": {
2821
+ "azmcp/0.0.12": {
2795
2822
  "type": "project",
2796
2823
  "serviceable": false,
2797
2824
  "sha512": ""
@@ -2890,6 +2917,13 @@
2890
2917
  "path": "azure.resourcemanager.operationalinsights/1.2.2",
2891
2918
  "hashPath": "azure.resourcemanager.operationalinsights.1.2.2.nupkg.sha512"
2892
2919
  },
2920
+ "Azure.ResourceManager.Search/1.2.3": {
2921
+ "type": "package",
2922
+ "serviceable": true,
2923
+ "sha512": "sha512-cGfpe38EWgyBBcP1RfHj91W1YMMoLx6lLgt6RRflnXd7nDnRPvjZNQVBNuVK1jOw5bYEmxCrgX8ZSFvc56jyFg==",
2924
+ "path": "azure.resourcemanager.search/1.2.3",
2925
+ "hashPath": "azure.resourcemanager.search.1.2.3.nupkg.sha512"
2926
+ },
2893
2927
  "Azure.ResourceManager.Storage/1.4.0": {
2894
2928
  "type": "package",
2895
2929
  "serviceable": true,
@@ -2897,6 +2931,13 @@
2897
2931
  "path": "azure.resourcemanager.storage/1.4.0",
2898
2932
  "hashPath": "azure.resourcemanager.storage.1.4.0.nupkg.sha512"
2899
2933
  },
2934
+ "Azure.Search.Documents/11.7.0-beta.3": {
2935
+ "type": "package",
2936
+ "serviceable": true,
2937
+ "sha512": "sha512-Owmt/SQJGnYs1aj0hhdQgcjO4BpplJe8In681vpzQPSehcwyNyLaIUOPJ9H/kSNy8agQ6L6CSTM99xWCWwyDDw==",
2938
+ "path": "azure.search.documents/11.7.0-beta.3",
2939
+ "hashPath": "azure.search.documents.11.7.0-beta.3.nupkg.sha512"
2940
+ },
2900
2941
  "Azure.Security.KeyVault.Keys/4.7.0": {
2901
2942
  "type": "package",
2902
2943
  "serviceable": true,
@@ -3198,6 +3239,13 @@
3198
3239
  "path": "microsoft.identitymodel.abstractions/6.35.0",
3199
3240
  "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
3200
3241
  },
3242
+ "Microsoft.NET.ILLink.Tasks/9.0.1": {
3243
+ "type": "package",
3244
+ "serviceable": true,
3245
+ "sha512": "sha512-BKFAkdhUUJivAoKuSWcT23WH9E+AWQMJootzt9X+lnesOD2a2yNIe1ZQFtxB8H3ayskLBD5gYyIbj5GIfw7rZg==",
3246
+ "path": "microsoft.net.illink.tasks/9.0.1",
3247
+ "hashPath": "microsoft.net.illink.tasks.9.0.1.nupkg.sha512"
3248
+ },
3201
3249
  "Microsoft.NETCore.Platforms/1.1.1": {
3202
3250
  "type": "package",
3203
3251
  "serviceable": true,
@@ -3226,19 +3274,19 @@
3226
3274
  "path": "microsoft.win32.systemevents/6.0.0",
3227
3275
  "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
3228
3276
  },
3229
- "ModelContextProtocol/0.1.0-preview.9": {
3277
+ "ModelContextProtocol/0.1.0-preview.11": {
3230
3278
  "type": "package",
3231
3279
  "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"
3280
+ "sha512": "sha512-TWSeMx0mcdX4pZVB0gS2ii06Ll9pz+PAG8OieTI0MG9rD4YmFBrCMKoRXf381I/S0jVjktJeFHdrJVKeSiH7BA==",
3281
+ "path": "modelcontextprotocol/0.1.0-preview.11",
3282
+ "hashPath": "modelcontextprotocol.0.1.0-preview.11.nupkg.sha512"
3235
3283
  },
3236
- "ModelContextProtocol.AspNetCore/0.1.0-preview.9": {
3284
+ "ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
3237
3285
  "type": "package",
3238
3286
  "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"
3287
+ "sha512": "sha512-sAX1QOFsZkv7nzXpgb5JVAhSx6UERg/3rZARqIMhB80Fpb5gKlKGnwEPPDOIXDLCijfm7qZY5U7YLK6u0MciWQ==",
3288
+ "path": "modelcontextprotocol.aspnetcore/0.1.0-preview.11",
3289
+ "hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.11.nupkg.sha512"
3242
3290
  },
3243
3291
  "Newtonsoft.Json/13.0.3": {
3244
3292
  "type": "package",
@@ -3562,12 +3610,12 @@
3562
3610
  "path": "system.buffers/4.5.1",
3563
3611
  "hashPath": "system.buffers.4.5.1.nupkg.sha512"
3564
3612
  },
3565
- "System.ClientModel/1.2.1": {
3613
+ "System.ClientModel/1.4.0-beta.1": {
3566
3614
  "type": "package",
3567
3615
  "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"
3616
+ "sha512": "sha512-ZR0fKC94VS4P80vmxjk7l13/jPBXV0GMoE4jQfkYk8m2YV+dlw8jSC+b6eAfyBz0u+soN4CjhT3OdOC5KHaXxg==",
3617
+ "path": "system.clientmodel/1.4.0-beta.1",
3618
+ "hashPath": "system.clientmodel.1.4.0-beta.1.nupkg.sha512"
3571
3619
  },
3572
3620
  "System.Collections/4.3.0": {
3573
3621
  "type": "package",
@@ -3716,12 +3764,12 @@
3716
3764
  "path": "system.memory/4.5.5",
3717
3765
  "hashPath": "system.memory.4.5.5.nupkg.sha512"
3718
3766
  },
3719
- "System.Memory.Data/6.0.0": {
3767
+ "System.Memory.Data/6.0.1": {
3720
3768
  "type": "package",
3721
3769
  "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"
3770
+ "sha512": "sha512-yliDgLh9S9Mcy5hBIdZmX6yphYIW3NH+3HN1kV1m7V1e0s7LNTw/tHNjJP4U9nSMEgl3w1TzYv/KA1Tg9NYy6w==",
3771
+ "path": "system.memory.data/6.0.1",
3772
+ "hashPath": "system.memory.data.6.0.1.nupkg.sha512"
3725
3773
  },
3726
3774
  "System.Net.Http/4.3.4": {
3727
3775
  "type": "package",
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.10",
3
+ "version": "0.0.12",
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",
Binary file
package/dist/msvcp140.dll DELETED
Binary file
Binary file
Binary file