@azure/mcp-win32-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 +8 -1
- package/dist/Azure.ResourceManager.Search.dll +0 -0
- package/dist/Azure.Search.Documents.dll +0 -0
- package/dist/ModelContextProtocol.AspNetCore.dll +0 -0
- package/dist/ModelContextProtocol.dll +0 -0
- package/dist/System.ClientModel.dll +0 -0
- package/dist/System.Memory.Data.dll +0 -0
- package/dist/azmcp.deps.json +90 -42
- package/dist/azmcp.dll +0 -0
- package/dist/azmcp.exe +0 -0
- package/dist/createdump.exe +0 -0
- package/package.json +1 -1
- package/dist/Cosmos.CRTCompat.dll +0 -0
- package/dist/Microsoft.Azure.Cosmos.ServiceInterop.dll +0 -0
- package/dist/msvcp140.dll +0 -0
- package/dist/vcruntime140.dll +0 -0
- package/dist/vcruntime140_1.dll +0 -0
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
|
|
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
|
|
Binary file
|
|
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.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
|
-
"
|
|
32
|
-
"ModelContextProtocol
|
|
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.
|
|
1210
|
-
"System.Memory.Data": "6.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -1951,6 +1980,7 @@
|
|
|
1951
1980
|
}
|
|
1952
1981
|
}
|
|
1953
1982
|
},
|
|
1983
|
+
"Microsoft.NET.ILLink.Tasks/9.0.1": {},
|
|
1954
1984
|
"Microsoft.NETCore.Platforms/1.1.1": {},
|
|
1955
1985
|
"Microsoft.NETCore.Targets/1.1.3": {},
|
|
1956
1986
|
"Microsoft.Win32.Primitives/4.3.0": {
|
|
@@ -1969,7 +1999,7 @@
|
|
|
1969
1999
|
}
|
|
1970
2000
|
}
|
|
1971
2001
|
},
|
|
1972
|
-
"ModelContextProtocol/0.1.0-preview.
|
|
2002
|
+
"ModelContextProtocol/0.1.0-preview.11": {
|
|
1973
2003
|
"dependencies": {
|
|
1974
2004
|
"Microsoft.Extensions.AI": "9.4.0-preview.1.25207.5",
|
|
1975
2005
|
"Microsoft.Extensions.AI.Abstractions": "9.4.0-preview.1.25207.5",
|
|
@@ -1984,9 +2014,9 @@
|
|
|
1984
2014
|
}
|
|
1985
2015
|
}
|
|
1986
2016
|
},
|
|
1987
|
-
"ModelContextProtocol.AspNetCore/0.1.0-preview.
|
|
2017
|
+
"ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
|
|
1988
2018
|
"dependencies": {
|
|
1989
|
-
"ModelContextProtocol": "0.1.0-preview.
|
|
2019
|
+
"ModelContextProtocol": "0.1.0-preview.11"
|
|
1990
2020
|
},
|
|
1991
2021
|
"runtime": {
|
|
1992
2022
|
"lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
|
|
@@ -2215,15 +2245,15 @@
|
|
|
2215
2245
|
}
|
|
2216
2246
|
},
|
|
2217
2247
|
"System.Buffers/4.5.1": {},
|
|
2218
|
-
"System.ClientModel/1.
|
|
2248
|
+
"System.ClientModel/1.4.0-beta.1": {
|
|
2219
2249
|
"dependencies": {
|
|
2220
|
-
"
|
|
2221
|
-
"System.
|
|
2250
|
+
"Microsoft.Extensions.Logging.Abstractions": "9.0.4",
|
|
2251
|
+
"System.Memory.Data": "6.0.1"
|
|
2222
2252
|
},
|
|
2223
2253
|
"runtime": {
|
|
2224
|
-
"lib/
|
|
2225
|
-
"assemblyVersion": "1.
|
|
2226
|
-
"fileVersion": "1.
|
|
2254
|
+
"lib/net8.0/System.ClientModel.dll": {
|
|
2255
|
+
"assemblyVersion": "1.4.0.0",
|
|
2256
|
+
"fileVersion": "1.400.25.15605"
|
|
2227
2257
|
}
|
|
2228
2258
|
}
|
|
2229
2259
|
},
|
|
@@ -2443,14 +2473,11 @@
|
|
|
2443
2473
|
}
|
|
2444
2474
|
},
|
|
2445
2475
|
"System.Memory/4.5.5": {},
|
|
2446
|
-
"System.Memory.Data/6.0.
|
|
2447
|
-
"dependencies": {
|
|
2448
|
-
"System.Text.Json": "9.0.4"
|
|
2449
|
-
},
|
|
2476
|
+
"System.Memory.Data/6.0.1": {
|
|
2450
2477
|
"runtime": {
|
|
2451
2478
|
"lib/net6.0/System.Memory.Data.dll": {
|
|
2452
|
-
"assemblyVersion": "6.0.0.
|
|
2453
|
-
"fileVersion": "6.0.
|
|
2479
|
+
"assemblyVersion": "6.0.0.1",
|
|
2480
|
+
"fileVersion": "6.0.3624.51421"
|
|
2454
2481
|
}
|
|
2455
2482
|
}
|
|
2456
2483
|
},
|
|
@@ -2799,7 +2826,7 @@
|
|
|
2799
2826
|
}
|
|
2800
2827
|
},
|
|
2801
2828
|
"libraries": {
|
|
2802
|
-
"azmcp/0.0.
|
|
2829
|
+
"azmcp/0.0.12": {
|
|
2803
2830
|
"type": "project",
|
|
2804
2831
|
"serviceable": false,
|
|
2805
2832
|
"sha512": ""
|
|
@@ -2898,6 +2925,13 @@
|
|
|
2898
2925
|
"path": "azure.resourcemanager.operationalinsights/1.2.2",
|
|
2899
2926
|
"hashPath": "azure.resourcemanager.operationalinsights.1.2.2.nupkg.sha512"
|
|
2900
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
|
+
},
|
|
2901
2935
|
"Azure.ResourceManager.Storage/1.4.0": {
|
|
2902
2936
|
"type": "package",
|
|
2903
2937
|
"serviceable": true,
|
|
@@ -2905,6 +2939,13 @@
|
|
|
2905
2939
|
"path": "azure.resourcemanager.storage/1.4.0",
|
|
2906
2940
|
"hashPath": "azure.resourcemanager.storage.1.4.0.nupkg.sha512"
|
|
2907
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
|
+
},
|
|
2908
2949
|
"Azure.Security.KeyVault.Keys/4.7.0": {
|
|
2909
2950
|
"type": "package",
|
|
2910
2951
|
"serviceable": true,
|
|
@@ -3206,6 +3247,13 @@
|
|
|
3206
3247
|
"path": "microsoft.identitymodel.abstractions/6.35.0",
|
|
3207
3248
|
"hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
|
|
3208
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
|
+
},
|
|
3209
3257
|
"Microsoft.NETCore.Platforms/1.1.1": {
|
|
3210
3258
|
"type": "package",
|
|
3211
3259
|
"serviceable": true,
|
|
@@ -3234,19 +3282,19 @@
|
|
|
3234
3282
|
"path": "microsoft.win32.systemevents/6.0.0",
|
|
3235
3283
|
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
|
3236
3284
|
},
|
|
3237
|
-
"ModelContextProtocol/0.1.0-preview.
|
|
3285
|
+
"ModelContextProtocol/0.1.0-preview.11": {
|
|
3238
3286
|
"type": "package",
|
|
3239
3287
|
"serviceable": true,
|
|
3240
|
-
"sha512": "sha512-
|
|
3241
|
-
"path": "modelcontextprotocol/0.1.0-preview.
|
|
3242
|
-
"hashPath": "modelcontextprotocol.0.1.0-preview.
|
|
3288
|
+
"sha512": "sha512-TWSeMx0mcdX4pZVB0gS2ii06Ll9pz+PAG8OieTI0MG9rD4YmFBrCMKoRXf381I/S0jVjktJeFHdrJVKeSiH7BA==",
|
|
3289
|
+
"path": "modelcontextprotocol/0.1.0-preview.11",
|
|
3290
|
+
"hashPath": "modelcontextprotocol.0.1.0-preview.11.nupkg.sha512"
|
|
3243
3291
|
},
|
|
3244
|
-
"ModelContextProtocol.AspNetCore/0.1.0-preview.
|
|
3292
|
+
"ModelContextProtocol.AspNetCore/0.1.0-preview.11": {
|
|
3245
3293
|
"type": "package",
|
|
3246
3294
|
"serviceable": true,
|
|
3247
|
-
"sha512": "sha512-
|
|
3248
|
-
"path": "modelcontextprotocol.aspnetcore/0.1.0-preview.
|
|
3249
|
-
"hashPath": "modelcontextprotocol.aspnetcore.0.1.0-preview.
|
|
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"
|
|
3250
3298
|
},
|
|
3251
3299
|
"Newtonsoft.Json/13.0.3": {
|
|
3252
3300
|
"type": "package",
|
|
@@ -3563,12 +3611,12 @@
|
|
|
3563
3611
|
"path": "system.buffers/4.5.1",
|
|
3564
3612
|
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
|
|
3565
3613
|
},
|
|
3566
|
-
"System.ClientModel/1.
|
|
3614
|
+
"System.ClientModel/1.4.0-beta.1": {
|
|
3567
3615
|
"type": "package",
|
|
3568
3616
|
"serviceable": true,
|
|
3569
|
-
"sha512": "sha512-
|
|
3570
|
-
"path": "system.clientmodel/1.
|
|
3571
|
-
"hashPath": "system.clientmodel.1.
|
|
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"
|
|
3572
3620
|
},
|
|
3573
3621
|
"System.Collections/4.3.0": {
|
|
3574
3622
|
"type": "package",
|
|
@@ -3717,12 +3765,12 @@
|
|
|
3717
3765
|
"path": "system.memory/4.5.5",
|
|
3718
3766
|
"hashPath": "system.memory.4.5.5.nupkg.sha512"
|
|
3719
3767
|
},
|
|
3720
|
-
"System.Memory.Data/6.0.
|
|
3768
|
+
"System.Memory.Data/6.0.1": {
|
|
3721
3769
|
"type": "package",
|
|
3722
3770
|
"serviceable": true,
|
|
3723
|
-
"sha512": "sha512-
|
|
3724
|
-
"path": "system.memory.data/6.0.
|
|
3725
|
-
"hashPath": "system.memory.data.6.0.
|
|
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"
|
|
3726
3774
|
},
|
|
3727
3775
|
"System.Net.Http/4.3.4": {
|
|
3728
3776
|
"type": "package",
|
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.12",
|
|
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
|
|
Binary file
|
package/dist/msvcp140.dll
DELETED
|
Binary file
|
package/dist/vcruntime140.dll
DELETED
|
Binary file
|
package/dist/vcruntime140_1.dll
DELETED
|
Binary file
|