@azure/mcp-win32-arm64 0.2.1 → 0.2.3
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 +35 -21
- package/dist/Azure.ResourceManager.Authorization.dll +0 -0
- package/dist/Azure.ResourceManager.Datadog.dll +0 -0
- package/dist/Azure.Security.KeyVault.Secrets.dll +0 -0
- package/dist/azmcp.deps.json +82 -33
- package/dist/azmcp.dll +0 -0
- package/dist/azmcp.exe +0 -0
- package/dist/createdump.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,22 +19,23 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
|
|
|
19
19
|
|
|
20
20
|
#### 🤖 Available Azure MCP Servers
|
|
21
21
|
|
|
22
|
-
| Name | Description |
|
|
23
|
-
|
|
24
|
-
| All | All Azure tools in a single MCP server | [](https://insiders.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://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus&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--service%22%2C%22servicebus%22%5D%7D) | [](https://insiders.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://insiders.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) |
|
|
25
|
+
| App Configuration | App Configuration operations - Manage App Configuration stores. | [](https://insiders.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--service%22%2C%22appconfig%22%5D%7D) | [](https://insiders.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--service%22%2C%22appconfig%22%2C%22--read-only%22%5D%7D) |
|
|
26
|
+
| Best Practices | Returns secure, production-grade Azure SDK best practices. | [](https://insiders.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--service%22%2C%22bestpractices%22%5D%7D) | [](https://insiders.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--service%22%2C%22bestpractices%22%2C%22--read-only%22%5D%7D) |
|
|
27
|
+
| Cosmos DB | Cosmos DB operations - Manage/query Cosmos DB resources. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Cosmos&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--service%22%2C%22cosmos%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Cosmos%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--service%22%2C%22cosmos%22%2C%22--read-only%22%5D%7D) |
|
|
28
|
+
| Key Vault | Key Vault operations - Manage/access Azure Key Vault resources. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Key%20Vault&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--service%22%2C%22keyvault%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Key%20Vault%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--service%22%2C%22keyvault%22%2C%22--read-only%22%5D%7D) |
|
|
29
|
+
| Kusto | Kusto operations - Manage/query Azure Data Explorer clusters. | [](https://insiders.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--service%22%2C%22kusto%22%5D%7D) | [](https://insiders.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--service%22%2C%22kusto%22%2C%22--read-only%22%5D%7D) |
|
|
30
|
+
| Monitor | Azure Monitor operations - Query/analyze logs and metrics. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Monitor&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--service%22%2C%22monitor%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Monitor%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--service%22%2C%22monitor%22%2C%22--read-only%22%5D%7D) |
|
|
31
|
+
| PostgreSQL | PostgreSQL operations - Manage Azure Database for PostgreSQL - Flexible server. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20PostgreSQL&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--service%22%2C%22postgres%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20PostgreSQL%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--service%22%2C%22postgres%22%2C%22--read-only%22%5D%7D) |
|
|
32
|
+
| Role Based Access Control | Azure RBAC Operations - List Azure RBAC role assignments. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20RBAC&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--service%22%2C%22role%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20RBAC%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--service%22%2C%22role%22%2C%22--read-only%22%5D%7D) |
|
|
33
|
+
| Redis Cache | Redis Cache operations - Manage/access Azure Redis Cache resources. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Redis%20Cache&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--service%22%2C%22redis%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Redis%20Cache%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--service%22%2C%22redis%22%2C%22--read-only%22%5D%7D) |
|
|
34
|
+
| Resource Group | Resource group operations - List/manage Azure resource groups. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Resource%20Group&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--service%22%2C%22group%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Resource%20Group%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--service%22%2C%22group%22%2C%22--read-only%22%5D%7D) |
|
|
35
|
+
| Search | Search operations - Manage/list Azure AI Search services. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Search&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--service%22%2C%22search%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Search%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--service%22%2C%22search%22%2C%22--read-only%22%5D%7D) |
|
|
36
|
+
| Service Bus | Service Bus operations - Manage Azure Service Bus resources. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus&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--service%22%2C%22servicebus%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus%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--service%22%2C%22servicebus%22%2C%22--read-only%22%5D%7D) |
|
|
37
|
+
| Storage | Storage operations - Manage/access Azure Storage resources. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Storage&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--service%22%2C%22storage%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Storage%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--service%22%2C%22storage%22%2C%22--read-only%22%5D%7D) |
|
|
38
|
+
| Subscription | Azure subscription operations - List/manage Azure subscriptions. | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Subscription&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--service%22%2C%22subscription%22%5D%7D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Subscription%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--service%22%2C%22subscription%22%2C%22--read-only%22%5D%7D) |
|
|
38
39
|
|
|
39
40
|
|
|
40
41
|
|
|
@@ -43,7 +44,7 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
|
|
|
43
44
|
2. You should see the Azure MCP Server in the list of tools
|
|
44
45
|
3. Try a prompt that tells the agent to use the Azure MCP Server, such as "List my Azure Storage containers"
|
|
45
46
|
4. The agent should be able to use the Azure MCP Server tools to complete your query
|
|
46
|
-
5. For help with common issues see [Troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md)
|
|
47
|
+
5. For help with common issues see [Troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md#128-tool-limit-issue)
|
|
47
48
|
|
|
48
49
|
## ✨ What can you do with the Azure MCP Server?
|
|
49
50
|
|
|
@@ -128,12 +129,18 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
128
129
|
### 🔑 Azure Key Vault
|
|
129
130
|
- List, create, and get keys
|
|
130
131
|
|
|
132
|
+
### 🎭 Azure Role-Based Access Control (RBAC)
|
|
133
|
+
- List role assignments
|
|
134
|
+
|
|
131
135
|
### 📦 Azure Resource Groups
|
|
132
136
|
- List resource groups
|
|
133
137
|
|
|
134
138
|
### 🚌 Azure Service Bus
|
|
135
139
|
- Examine properties and runtime information about queues, topics, and subscriptions
|
|
136
140
|
|
|
141
|
+
### ⚙️ Azure Native ISV Services
|
|
142
|
+
- List Monitored Resources in a Datadog Monitor
|
|
143
|
+
|
|
137
144
|
### 🔧 Azure CLI Extension
|
|
138
145
|
- Execute Azure CLI commands directly
|
|
139
146
|
- Support for all Azure CLI functionality
|
|
@@ -280,15 +287,14 @@ More end-to-end MCP client/agent guides are coming soon!
|
|
|
280
287
|
</details>
|
|
281
288
|
|
|
282
289
|
|
|
283
|
-
|
|
284
290
|
## 📝 Troubleshooting
|
|
285
291
|
|
|
286
|
-
See [Troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md) for help with common issues and logging.
|
|
292
|
+
See [Troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md#128-tool-limit-issue) for help with common issues and logging.
|
|
287
293
|
|
|
288
294
|
### 🔑 Authentication
|
|
289
295
|
|
|
290
296
|
<details>
|
|
291
|
-
<summary>
|
|
297
|
+
<summary>Authentication options including DefaultAzureCredential flow, RBAC permissions, troubleshooting, and production credentials</summary>
|
|
292
298
|
|
|
293
299
|
The Azure MCP Server seamlessly integrates with your host operating system's authentication mechanisms, making it super easy to get started! We use Azure Identity under the hood via [`DefaultAzureCredential`](https://learn.microsoft.com/dotnet/azure/sdk/authentication/credential-chains?tabs=dac), which tries these credentials in order:
|
|
294
300
|
|
|
@@ -302,7 +308,9 @@ The Azure MCP Server seamlessly integrates with your host operating system's aut
|
|
|
302
308
|
|
|
303
309
|
If you're already logged in through any of these methods, the Azure MCP Server will automatically use those credentials. Ensure that you have the correct authorization permissions in Azure (e.g. read access to your Storage account) via RBAC (Role-Based Access Control). To learn more about Azure's RBAC authorization system, visit this [link](https://learn.microsoft.com/azure/role-based-access-control/overview).
|
|
304
310
|
|
|
305
|
-
If you're running into any issues with authentication, visit our [troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md).
|
|
311
|
+
If you're running into any issues with authentication, visit our [troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md#authentication).
|
|
312
|
+
|
|
313
|
+
For enterprise authentication scenarios including network restrictions, security policies, and protected resources, see our [Authentication and Security guide](https://github.com/Azure/azure-mcp/blob/main/docs/Authentication.md).
|
|
306
314
|
|
|
307
315
|
### Production Credentials
|
|
308
316
|
|
|
@@ -331,6 +339,12 @@ Please read our [Contributing Guide](https://github.com/Azure/azure-mcp/blob/mai
|
|
|
331
339
|
- 📝 Code style and testing requirements
|
|
332
340
|
- 🔄 Making pull requests
|
|
333
341
|
|
|
342
|
+
## 💬 Feedback
|
|
343
|
+
|
|
344
|
+
We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Azure MCP server.
|
|
345
|
+
|
|
346
|
+
👉 [Open an issue in the public repository](https://github.com/Azure/azure-mcp/issues/new/choose).
|
|
347
|
+
|
|
334
348
|
## 🤝 Code of Conduct
|
|
335
349
|
|
|
336
350
|
This project has adopted the
|
|
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.2.
|
|
10
|
+
"azmcp/0.2.3": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.Core": "1.46.1",
|
|
13
13
|
"Azure.Data.AppConfiguration": "1.6.1",
|
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
"Azure.Monitor.OpenTelemetry.AspNetCore": "1.3.0",
|
|
19
19
|
"Azure.Monitor.Query": "1.6.0",
|
|
20
20
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
21
|
+
"Azure.ResourceManager.Authorization": "1.1.4",
|
|
21
22
|
"Azure.ResourceManager.CosmosDB": "1.3.2",
|
|
23
|
+
"Azure.ResourceManager.Datadog": "1.0.0-beta.5",
|
|
22
24
|
"Azure.ResourceManager.Kusto": "1.6.0",
|
|
23
25
|
"Azure.ResourceManager.OperationalInsights": "1.3.0",
|
|
24
26
|
"Azure.ResourceManager.PostgreSql": "1.2.0",
|
|
@@ -28,6 +30,7 @@
|
|
|
28
30
|
"Azure.ResourceManager.Storage": "1.4.2",
|
|
29
31
|
"Azure.Search.Documents": "11.7.0-beta.4",
|
|
30
32
|
"Azure.Security.KeyVault.Keys": "4.7.0",
|
|
33
|
+
"Azure.Security.KeyVault.Secrets": "4.7.0",
|
|
31
34
|
"Azure.Storage.Blobs": "12.24.0",
|
|
32
35
|
"JsonSchema.Net": "7.3.4",
|
|
33
36
|
"Microsoft.Azure.Cosmos": "3.51.0",
|
|
@@ -1485,7 +1488,7 @@
|
|
|
1485
1488
|
"dependencies": {
|
|
1486
1489
|
"Azure.Core": "1.46.1",
|
|
1487
1490
|
"System.ClientModel": "1.4.1",
|
|
1488
|
-
"System.Text.Json": "6.0.
|
|
1491
|
+
"System.Text.Json": "6.0.11"
|
|
1489
1492
|
},
|
|
1490
1493
|
"runtime": {
|
|
1491
1494
|
"lib/netstandard2.0/Azure.ResourceManager.dll": {
|
|
@@ -1499,7 +1502,7 @@
|
|
|
1499
1502
|
"Azure.Core": "1.46.1",
|
|
1500
1503
|
"Azure.ResourceManager": "1.13.0",
|
|
1501
1504
|
"System.ClientModel": "1.4.1",
|
|
1502
|
-
"System.Text.Json": "6.0.
|
|
1505
|
+
"System.Text.Json": "6.0.11"
|
|
1503
1506
|
},
|
|
1504
1507
|
"runtime": {
|
|
1505
1508
|
"lib/net8.0/Azure.ResourceManager.AppConfiguration.dll": {
|
|
@@ -1508,12 +1511,26 @@
|
|
|
1508
1511
|
}
|
|
1509
1512
|
}
|
|
1510
1513
|
},
|
|
1514
|
+
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
1515
|
+
"dependencies": {
|
|
1516
|
+
"Azure.Core": "1.46.1",
|
|
1517
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1518
|
+
"System.ClientModel": "1.4.1",
|
|
1519
|
+
"System.Text.Json": "6.0.11"
|
|
1520
|
+
},
|
|
1521
|
+
"runtime": {
|
|
1522
|
+
"lib/net8.0/Azure.ResourceManager.Authorization.dll": {
|
|
1523
|
+
"assemblyVersion": "1.1.4.0",
|
|
1524
|
+
"fileVersion": "1.100.425.16304"
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1511
1528
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
1512
1529
|
"dependencies": {
|
|
1513
1530
|
"Azure.Core": "1.46.1",
|
|
1514
1531
|
"Azure.ResourceManager": "1.13.0",
|
|
1515
1532
|
"System.ClientModel": "1.4.1",
|
|
1516
|
-
"System.Text.Json": "6.0.
|
|
1533
|
+
"System.Text.Json": "6.0.11"
|
|
1517
1534
|
},
|
|
1518
1535
|
"runtime": {
|
|
1519
1536
|
"lib/netstandard2.0/Azure.ResourceManager.CosmosDB.dll": {
|
|
@@ -1522,12 +1539,26 @@
|
|
|
1522
1539
|
}
|
|
1523
1540
|
}
|
|
1524
1541
|
},
|
|
1542
|
+
"Azure.ResourceManager.Datadog/1.0.0-beta.5": {
|
|
1543
|
+
"dependencies": {
|
|
1544
|
+
"Azure.Core": "1.46.1",
|
|
1545
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1546
|
+
"System.ClientModel": "1.4.1",
|
|
1547
|
+
"System.Text.Json": "6.0.11"
|
|
1548
|
+
},
|
|
1549
|
+
"runtime": {
|
|
1550
|
+
"lib/net8.0/Azure.ResourceManager.Datadog.dll": {
|
|
1551
|
+
"assemblyVersion": "1.0.0.0",
|
|
1552
|
+
"fileVersion": "1.0.25.16303"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1525
1556
|
"Azure.ResourceManager.Kusto/1.6.0": {
|
|
1526
1557
|
"dependencies": {
|
|
1527
1558
|
"Azure.Core": "1.46.1",
|
|
1528
1559
|
"Azure.ResourceManager": "1.13.0",
|
|
1529
1560
|
"System.ClientModel": "1.4.1",
|
|
1530
|
-
"System.Text.Json": "6.0.
|
|
1561
|
+
"System.Text.Json": "6.0.11"
|
|
1531
1562
|
},
|
|
1532
1563
|
"runtime": {
|
|
1533
1564
|
"lib/net8.0/Azure.ResourceManager.Kusto.dll": {
|
|
@@ -1553,7 +1584,7 @@
|
|
|
1553
1584
|
"Azure.Core": "1.46.1",
|
|
1554
1585
|
"Azure.ResourceManager": "1.13.0",
|
|
1555
1586
|
"System.ClientModel": "1.4.1",
|
|
1556
|
-
"System.Text.Json": "6.0.
|
|
1587
|
+
"System.Text.Json": "6.0.11"
|
|
1557
1588
|
},
|
|
1558
1589
|
"runtime": {
|
|
1559
1590
|
"lib/netstandard2.0/Azure.ResourceManager.PostgreSql.dll": {
|
|
@@ -1567,7 +1598,7 @@
|
|
|
1567
1598
|
"Azure.Core": "1.46.1",
|
|
1568
1599
|
"Azure.ResourceManager": "1.13.0",
|
|
1569
1600
|
"System.ClientModel": "1.4.1",
|
|
1570
|
-
"System.Text.Json": "6.0.
|
|
1601
|
+
"System.Text.Json": "6.0.11"
|
|
1571
1602
|
},
|
|
1572
1603
|
"runtime": {
|
|
1573
1604
|
"lib/net8.0/Azure.ResourceManager.Redis.dll": {
|
|
@@ -1581,7 +1612,7 @@
|
|
|
1581
1612
|
"Azure.Core": "1.46.1",
|
|
1582
1613
|
"Azure.ResourceManager": "1.13.0",
|
|
1583
1614
|
"System.ClientModel": "1.4.1",
|
|
1584
|
-
"System.Text.Json": "6.0.
|
|
1615
|
+
"System.Text.Json": "6.0.11"
|
|
1585
1616
|
},
|
|
1586
1617
|
"runtime": {
|
|
1587
1618
|
"lib/netstandard2.0/Azure.ResourceManager.RedisEnterprise.dll": {
|
|
@@ -1595,7 +1626,7 @@
|
|
|
1595
1626
|
"Azure.Core": "1.46.1",
|
|
1596
1627
|
"Azure.ResourceManager": "1.13.0",
|
|
1597
1628
|
"System.ClientModel": "1.4.1",
|
|
1598
|
-
"System.Text.Json": "6.0.
|
|
1629
|
+
"System.Text.Json": "6.0.11"
|
|
1599
1630
|
},
|
|
1600
1631
|
"runtime": {
|
|
1601
1632
|
"lib/netstandard2.0/Azure.ResourceManager.Search.dll": {
|
|
@@ -1632,7 +1663,7 @@
|
|
|
1632
1663
|
"dependencies": {
|
|
1633
1664
|
"Azure.Core": "1.46.1",
|
|
1634
1665
|
"System.Memory": "4.5.5",
|
|
1635
|
-
"System.Text.Json": "6.0.
|
|
1666
|
+
"System.Text.Json": "6.0.11",
|
|
1636
1667
|
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1637
1668
|
},
|
|
1638
1669
|
"runtime": {
|
|
@@ -1642,6 +1673,20 @@
|
|
|
1642
1673
|
}
|
|
1643
1674
|
}
|
|
1644
1675
|
},
|
|
1676
|
+
"Azure.Security.KeyVault.Secrets/4.7.0": {
|
|
1677
|
+
"dependencies": {
|
|
1678
|
+
"Azure.Core": "1.46.1",
|
|
1679
|
+
"System.Memory": "4.5.5",
|
|
1680
|
+
"System.Text.Json": "6.0.11",
|
|
1681
|
+
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
1682
|
+
},
|
|
1683
|
+
"runtime": {
|
|
1684
|
+
"lib/netstandard2.0/Azure.Security.KeyVault.Secrets.dll": {
|
|
1685
|
+
"assemblyVersion": "4.7.0.0",
|
|
1686
|
+
"fileVersion": "4.700.24.51403"
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1645
1690
|
"Azure.Storage.Blobs/12.24.0": {
|
|
1646
1691
|
"dependencies": {
|
|
1647
1692
|
"Azure.Storage.Common": "12.23.0"
|
|
@@ -2944,17 +2989,7 @@
|
|
|
2944
2989
|
"runtime.any.System.Text.Encoding.Extensions": "4.3.0"
|
|
2945
2990
|
}
|
|
2946
2991
|
},
|
|
2947
|
-
"System.Text.
|
|
2948
|
-
"dependencies": {
|
|
2949
|
-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
2950
|
-
}
|
|
2951
|
-
},
|
|
2952
|
-
"System.Text.Json/6.0.10": {
|
|
2953
|
-
"dependencies": {
|
|
2954
|
-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
|
|
2955
|
-
"System.Text.Encodings.Web": "6.0.0"
|
|
2956
|
-
}
|
|
2957
|
-
},
|
|
2992
|
+
"System.Text.Json/6.0.11": {},
|
|
2958
2993
|
"System.Text.RegularExpressions/4.3.1": {
|
|
2959
2994
|
"dependencies": {
|
|
2960
2995
|
"System.Runtime": "4.3.1"
|
|
@@ -2998,7 +3033,7 @@
|
|
|
2998
3033
|
}
|
|
2999
3034
|
},
|
|
3000
3035
|
"libraries": {
|
|
3001
|
-
"azmcp/0.2.
|
|
3036
|
+
"azmcp/0.2.3": {
|
|
3002
3037
|
"type": "project",
|
|
3003
3038
|
"serviceable": false,
|
|
3004
3039
|
"sha512": ""
|
|
@@ -3097,6 +3132,13 @@
|
|
|
3097
3132
|
"path": "azure.resourcemanager.appconfiguration/1.4.0",
|
|
3098
3133
|
"hashPath": "azure.resourcemanager.appconfiguration.1.4.0.nupkg.sha512"
|
|
3099
3134
|
},
|
|
3135
|
+
"Azure.ResourceManager.Authorization/1.1.4": {
|
|
3136
|
+
"type": "package",
|
|
3137
|
+
"serviceable": true,
|
|
3138
|
+
"sha512": "sha512-AFUFFdKJ/tYuXp+kXIqyD6jaUy22h0g8GWAkZa4e3/X+hnXndj6hxqIrlt/p+jflHB8SFPnBkxSN5QFadP4bRw==",
|
|
3139
|
+
"path": "azure.resourcemanager.authorization/1.1.4",
|
|
3140
|
+
"hashPath": "azure.resourcemanager.authorization.1.1.4.nupkg.sha512"
|
|
3141
|
+
},
|
|
3100
3142
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
3101
3143
|
"type": "package",
|
|
3102
3144
|
"serviceable": true,
|
|
@@ -3104,6 +3146,13 @@
|
|
|
3104
3146
|
"path": "azure.resourcemanager.cosmosdb/1.3.2",
|
|
3105
3147
|
"hashPath": "azure.resourcemanager.cosmosdb.1.3.2.nupkg.sha512"
|
|
3106
3148
|
},
|
|
3149
|
+
"Azure.ResourceManager.Datadog/1.0.0-beta.5": {
|
|
3150
|
+
"type": "package",
|
|
3151
|
+
"serviceable": true,
|
|
3152
|
+
"sha512": "sha512-nGBnO3Bt6yJyOrFuzbdXSVUoq9NigpVI+NNrXY3X6y81TpbSfkXO6EJ4e6EpZuoDyQUl0dw5Sr54b5jTBtkP6A==",
|
|
3153
|
+
"path": "azure.resourcemanager.datadog/1.0.0-beta.5",
|
|
3154
|
+
"hashPath": "azure.resourcemanager.datadog.1.0.0-beta.5.nupkg.sha512"
|
|
3155
|
+
},
|
|
3107
3156
|
"Azure.ResourceManager.Kusto/1.6.0": {
|
|
3108
3157
|
"type": "package",
|
|
3109
3158
|
"serviceable": true,
|
|
@@ -3167,6 +3216,13 @@
|
|
|
3167
3216
|
"path": "azure.security.keyvault.keys/4.7.0",
|
|
3168
3217
|
"hashPath": "azure.security.keyvault.keys.4.7.0.nupkg.sha512"
|
|
3169
3218
|
},
|
|
3219
|
+
"Azure.Security.KeyVault.Secrets/4.7.0": {
|
|
3220
|
+
"type": "package",
|
|
3221
|
+
"serviceable": true,
|
|
3222
|
+
"sha512": "sha512-uOPCojkm41V4dKTORyGzl3/f/lriKpxSQ43fWDn4StRJBVmbF1F/DNWJhwm207kCnqgE/W9+tskJSimIKHCZkw==",
|
|
3223
|
+
"path": "azure.security.keyvault.secrets/4.7.0",
|
|
3224
|
+
"hashPath": "azure.security.keyvault.secrets.4.7.0.nupkg.sha512"
|
|
3225
|
+
},
|
|
3170
3226
|
"Azure.Storage.Blobs/12.24.0": {
|
|
3171
3227
|
"type": "package",
|
|
3172
3228
|
"serviceable": true,
|
|
@@ -4280,19 +4336,12 @@
|
|
|
4280
4336
|
"path": "system.text.encoding.extensions/4.3.0",
|
|
4281
4337
|
"hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
|
|
4282
4338
|
},
|
|
4283
|
-
"System.Text.
|
|
4284
|
-
"type": "package",
|
|
4285
|
-
"serviceable": true,
|
|
4286
|
-
"sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
|
|
4287
|
-
"path": "system.text.encodings.web/6.0.0",
|
|
4288
|
-
"hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
|
|
4289
|
-
},
|
|
4290
|
-
"System.Text.Json/6.0.10": {
|
|
4339
|
+
"System.Text.Json/6.0.11": {
|
|
4291
4340
|
"type": "package",
|
|
4292
4341
|
"serviceable": true,
|
|
4293
|
-
"sha512": "sha512-
|
|
4294
|
-
"path": "system.text.json/6.0.
|
|
4295
|
-
"hashPath": "system.text.json.6.0.
|
|
4342
|
+
"sha512": "sha512-xqC1HIbJMBFhrpYs76oYP+NAskNVjc6v73HqLal7ECRDPIp4oRU5pPavkD//vNactCn9DA2aaald/I5N+uZ5/g==",
|
|
4343
|
+
"path": "system.text.json/6.0.11",
|
|
4344
|
+
"hashPath": "system.text.json.6.0.11.nupkg.sha512"
|
|
4296
4345
|
},
|
|
4297
4346
|
"System.Text.RegularExpressions/4.3.1": {
|
|
4298
4347
|
"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.2.
|
|
3
|
+
"version": "0.2.3",
|
|
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",
|