@azure/mcp-darwin-arm64 0.3.2 → 0.4.0
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 +7 -18
- package/dist/Azure.ResourceManager.ContainerService.dll +0 -0
- package/dist/ModelContextProtocol.AspNetCore.dll +0 -0
- package/dist/ModelContextProtocol.Core.dll +0 -0
- package/dist/ModelContextProtocol.dll +0 -0
- package/dist/azmcp +0 -0
- package/dist/azmcp.deps.json +43 -21
- package/dist/azmcp.dll +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,6 +21,7 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
|
|
|
21
21
|
| Name | Description | Read/Write Tools | Read Only Tools |
|
|
22
22
|
|--------------|-----------------------------------------------------------------------------------------------|-----------|-----------|
|
|
23
23
|
| All | All Azure MCP tools in a single server. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Server%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--read-only%22%5D%7D) |
|
|
24
|
+
| Azure Kubernetes Service (AKS) | List and manage clusters. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20AKS&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22aks%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20AKS%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22aks%22%2C%22--read-only%22%5D%7D) |
|
|
24
25
|
| App Configuration | Manage configuration stores and key-value pairs. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20App%20Config&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22appconfig%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20App%20Config%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22appconfig%22%2C%22--read-only%22%5D%7D) |
|
|
25
26
|
| Azure Data Explorer | Query and manage clusters and databases. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Kusto&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22kusto%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Kusto%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22kusto%22%2C%22--read-only%22%5D%7D) |
|
|
26
27
|
| Best Practices | Secure, production-grade Azure SDK guidance. | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Best%20Practices&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22bestpractices%22%5D%7D) | [](https://vscode.dev/redirect/mcp/install?name=Azure%20Best%20Practices%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22bestpractices%22%2C%22--read-only%22%5D%7D) |
|
|
@@ -57,6 +58,10 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
57
58
|
### ⚙️ Azure App Configuration
|
|
58
59
|
- "List my App Configuration stores"
|
|
59
60
|
|
|
61
|
+
### ☸️ Azure Kubernetes Service (AKS)
|
|
62
|
+
- "List my AKS clusters in my subscription"
|
|
63
|
+
- "Show me all my Azure Kubernetes Service clusters"
|
|
64
|
+
|
|
60
65
|
### 📊 Azure Cosmos DB
|
|
61
66
|
- "Show me all my Cosmos DB databases"
|
|
62
67
|
- "List containers in my Cosmos DB database"
|
|
@@ -99,7 +104,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
99
104
|
- Handle labeled configurations
|
|
100
105
|
- Lock/unlock configuration settings
|
|
101
106
|
|
|
102
|
-
###
|
|
107
|
+
### 🖥️ Azure CLI Extension
|
|
103
108
|
- Execute Azure CLI commands directly
|
|
104
109
|
- Support for all Azure CLI functionality
|
|
105
110
|
- JSON output formatting
|
|
@@ -241,7 +246,7 @@ AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
|
|
|
241
246
|
Optionally, customers can use `--env` or `--volume` to pass authentication values.
|
|
242
247
|
|
|
243
248
|
#### 🤖 Custom MCP Client Install Steps (Optional)
|
|
244
|
-
You can easily configure your MCP client to use the Azure MCP Server. Have your client run the following command and access it via standard IO
|
|
249
|
+
You can easily configure your MCP client to use the Azure MCP Server. Have your client run the following command and access it via standard IO.
|
|
245
250
|
|
|
246
251
|
#### 🔧 Manual Install Steps (Optional)
|
|
247
252
|
For a step-by-step installation, follow these instructions:
|
|
@@ -288,22 +293,6 @@ You can optionally set the `--namespace <namespace>` flag to install tools for t
|
|
|
288
293
|
|
|
289
294
|
Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using , follow instructions in [Quick install with VS Code](#-quick-install-with-vs-code) or [Manual Install](#-manual-install).
|
|
290
295
|
|
|
291
|
-
### Using SSE
|
|
292
|
-
|
|
293
|
-
1. Open a terminal window and execute: `npx -y @azure/mcp@latest server start --transport sse`
|
|
294
|
-
2. The server starts up and is hosted at: http://localhost:5008. To use another port, append `--port {YOUR-PORT-NUMBER}`.
|
|
295
|
-
3. Open your MCP client and add the SSE configuration value. This may differ between MCP clients. In VS Code, it will look like:
|
|
296
|
-
```json
|
|
297
|
-
{
|
|
298
|
-
"servers": {
|
|
299
|
-
"Azure MCP Server": {
|
|
300
|
-
"type": "sse",
|
|
301
|
-
"url": "http://localhost:5008/sse"
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
```
|
|
306
|
-
|
|
307
296
|
More end-to-end MCP client/agent guides are coming soon!
|
|
308
297
|
</details>
|
|
309
298
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/azmcp
CHANGED
|
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/osx-arm64": {
|
|
10
|
-
"azmcp/0.
|
|
10
|
+
"azmcp/0.4.0": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.AI.Projects": "1.0.0-beta.9",
|
|
13
13
|
"Azure.Bicep.Types": "0.5.110",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
24
24
|
"Azure.ResourceManager.Authorization": "1.1.4",
|
|
25
25
|
"Azure.ResourceManager.CognitiveServices": "1.4.0",
|
|
26
|
+
"Azure.ResourceManager.ContainerService": "1.2.3",
|
|
26
27
|
"Azure.ResourceManager.CosmosDB": "1.3.2",
|
|
27
28
|
"Azure.ResourceManager.Datadog": "1.0.0-beta.5",
|
|
28
29
|
"Azure.ResourceManager.Grafana": "1.1.1",
|
|
@@ -45,8 +46,8 @@
|
|
|
45
46
|
"Microsoft.Extensions.Hosting": "9.0.6",
|
|
46
47
|
"Microsoft.Identity.Client.Broker": "4.72.1",
|
|
47
48
|
"Microsoft.NET.ILLink.Tasks": "9.0.5",
|
|
48
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
49
|
-
"ModelContextProtocol.AspNetCore": "0.3.0-preview.
|
|
49
|
+
"ModelContextProtocol": "0.3.0-preview.2",
|
|
50
|
+
"ModelContextProtocol.AspNetCore": "0.3.0-preview.2",
|
|
50
51
|
"Newtonsoft.Json": "13.0.3",
|
|
51
52
|
"Npgsql": "9.0.3",
|
|
52
53
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.12.0",
|
|
@@ -1471,6 +1472,20 @@
|
|
|
1471
1472
|
}
|
|
1472
1473
|
}
|
|
1473
1474
|
},
|
|
1475
|
+
"Azure.ResourceManager.ContainerService/1.2.3": {
|
|
1476
|
+
"dependencies": {
|
|
1477
|
+
"Azure.Core": "1.46.2",
|
|
1478
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1479
|
+
"System.ClientModel": "1.4.2",
|
|
1480
|
+
"System.Text.Json": "8.0.5"
|
|
1481
|
+
},
|
|
1482
|
+
"runtime": {
|
|
1483
|
+
"lib/net8.0/Azure.ResourceManager.ContainerService.dll": {
|
|
1484
|
+
"assemblyVersion": "1.2.3.0",
|
|
1485
|
+
"fileVersion": "1.200.325.15403"
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
},
|
|
1474
1489
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
1475
1490
|
"dependencies": {
|
|
1476
1491
|
"Azure.Core": "1.46.2",
|
|
@@ -2223,10 +2238,10 @@
|
|
|
2223
2238
|
}
|
|
2224
2239
|
}
|
|
2225
2240
|
},
|
|
2226
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
2241
|
+
"ModelContextProtocol/0.3.0-preview.2": {
|
|
2227
2242
|
"dependencies": {
|
|
2228
2243
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
2229
|
-
"ModelContextProtocol.Core": "0.3.0-preview.
|
|
2244
|
+
"ModelContextProtocol.Core": "0.3.0-preview.2"
|
|
2230
2245
|
},
|
|
2231
2246
|
"runtime": {
|
|
2232
2247
|
"lib/net9.0/ModelContextProtocol.dll": {
|
|
@@ -2235,9 +2250,9 @@
|
|
|
2235
2250
|
}
|
|
2236
2251
|
}
|
|
2237
2252
|
},
|
|
2238
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.
|
|
2253
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
2239
2254
|
"dependencies": {
|
|
2240
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
2255
|
+
"ModelContextProtocol": "0.3.0-preview.2"
|
|
2241
2256
|
},
|
|
2242
2257
|
"runtime": {
|
|
2243
2258
|
"lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
|
|
@@ -2246,7 +2261,7 @@
|
|
|
2246
2261
|
}
|
|
2247
2262
|
}
|
|
2248
2263
|
},
|
|
2249
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
2264
|
+
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
2250
2265
|
"dependencies": {
|
|
2251
2266
|
"Microsoft.Extensions.AI.Abstractions": "9.6.0",
|
|
2252
2267
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
@@ -3067,7 +3082,7 @@
|
|
|
3067
3082
|
}
|
|
3068
3083
|
},
|
|
3069
3084
|
"libraries": {
|
|
3070
|
-
"azmcp/0.
|
|
3085
|
+
"azmcp/0.4.0": {
|
|
3071
3086
|
"type": "project",
|
|
3072
3087
|
"serviceable": false,
|
|
3073
3088
|
"sha512": ""
|
|
@@ -3215,6 +3230,13 @@
|
|
|
3215
3230
|
"path": "azure.resourcemanager.cognitiveservices/1.4.0",
|
|
3216
3231
|
"hashPath": "azure.resourcemanager.cognitiveservices.1.4.0.nupkg.sha512"
|
|
3217
3232
|
},
|
|
3233
|
+
"Azure.ResourceManager.ContainerService/1.2.3": {
|
|
3234
|
+
"type": "package",
|
|
3235
|
+
"serviceable": true,
|
|
3236
|
+
"sha512": "sha512-OvuXPivpIdBBS3yvo7svRLHjjOVRC3G4sp+3nKxvblygWcUCtll0tNpHVXVW7KQKhjMzpbjfepyoTekpMe1AvA==",
|
|
3237
|
+
"path": "azure.resourcemanager.containerservice/1.2.3",
|
|
3238
|
+
"hashPath": "azure.resourcemanager.containerservice.1.2.3.nupkg.sha512"
|
|
3239
|
+
},
|
|
3218
3240
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
3219
3241
|
"type": "package",
|
|
3220
3242
|
"serviceable": true,
|
|
@@ -3642,26 +3664,26 @@
|
|
|
3642
3664
|
"path": "microsoft.win32.systemevents/6.0.0",
|
|
3643
3665
|
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
|
3644
3666
|
},
|
|
3645
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
3667
|
+
"ModelContextProtocol/0.3.0-preview.2": {
|
|
3646
3668
|
"type": "package",
|
|
3647
3669
|
"serviceable": true,
|
|
3648
|
-
"sha512": "sha512-
|
|
3649
|
-
"path": "modelcontextprotocol/0.3.0-preview.
|
|
3650
|
-
"hashPath": "modelcontextprotocol.0.3.0-preview.
|
|
3670
|
+
"sha512": "sha512-tC4pwKzNPFXFqyqhAcq40QnkSF+md29UKGsaDkF9Pw8oinWqFoC3Nr9AF+YbpIWo8Jc6Nz9S7+LuJwqpZWfLOw==",
|
|
3671
|
+
"path": "modelcontextprotocol/0.3.0-preview.2",
|
|
3672
|
+
"hashPath": "modelcontextprotocol.0.3.0-preview.2.nupkg.sha512"
|
|
3651
3673
|
},
|
|
3652
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.
|
|
3674
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
3653
3675
|
"type": "package",
|
|
3654
3676
|
"serviceable": true,
|
|
3655
|
-
"sha512": "sha512-
|
|
3656
|
-
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.
|
|
3657
|
-
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.
|
|
3677
|
+
"sha512": "sha512-YJPTc8UbPOfscs+2xyhwKgw80It17ymxNzupjv4FvM4fPTGQtaKszbgNdzyt3LMUrwX3MUhxWTJtoSHnqji3zA==",
|
|
3678
|
+
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.2",
|
|
3679
|
+
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.2.nupkg.sha512"
|
|
3658
3680
|
},
|
|
3659
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
3681
|
+
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
3660
3682
|
"type": "package",
|
|
3661
3683
|
"serviceable": true,
|
|
3662
|
-
"sha512": "sha512-
|
|
3663
|
-
"path": "modelcontextprotocol.core/0.3.0-preview.
|
|
3664
|
-
"hashPath": "modelcontextprotocol.core.0.3.0-preview.
|
|
3684
|
+
"sha512": "sha512-pM25u8vx2RximQMIU9/b0Nwg201SI4B87wNgaxO3FhAksWFbL7ApRcNdYnyj8qfwEdAY+wIksdYoIBcyb5Aipw==",
|
|
3685
|
+
"path": "modelcontextprotocol.core/0.3.0-preview.2",
|
|
3686
|
+
"hashPath": "modelcontextprotocol.core.0.3.0-preview.2.nupkg.sha512"
|
|
3665
3687
|
},
|
|
3666
3688
|
"Newtonsoft.Json/13.0.3": {
|
|
3667
3689
|
"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.
|
|
3
|
+
"version": "0.4.0",
|
|
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",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"url": "git+https://github.com/Azure/azure-mcp.git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": ">=
|
|
21
|
+
"node": ">=22.0.0"
|
|
22
22
|
},
|
|
23
23
|
"main": "./index.js",
|
|
24
24
|
"bin": {
|