@azure/mcp-win32-arm64 0.1.1 → 0.2.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 +11 -3
- package/dist/Azure.Core.dll +0 -0
- package/dist/Azure.Data.AppConfiguration.dll +0 -0
- package/dist/Azure.Data.Tables.dll +0 -0
- package/dist/Azure.Identity.dll +0 -0
- package/dist/Azure.Monitor.OpenTelemetry.AspNetCore.dll +0 -0
- package/dist/Azure.Monitor.OpenTelemetry.Exporter.dll +0 -0
- package/dist/Azure.ResourceManager.Kusto.dll +0 -0
- package/dist/Azure.ResourceManager.OperationalInsights.dll +0 -0
- package/dist/Azure.ResourceManager.Storage.dll +0 -0
- package/dist/Azure.Search.Documents.dll +0 -0
- package/dist/Kusto.Cloud.Platform.Msal.dll +0 -0
- package/dist/Kusto.Cloud.Platform.dll +0 -0
- package/dist/Kusto.Data.dll +0 -0
- package/dist/Microsoft.Azure.Cosmos.Client.dll +0 -0
- package/dist/Microsoft.Azure.Cosmos.Core.dll +0 -0
- package/dist/Microsoft.Azure.Cosmos.Direct.dll +0 -0
- package/dist/Microsoft.Azure.Cosmos.Serialization.HybridRow.dll +0 -0
- package/dist/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
- package/dist/Microsoft.Bcl.TimeProvider.dll +0 -0
- package/dist/Microsoft.IO.RecyclableMemoryStream.dll +0 -0
- package/dist/Microsoft.Identity.Client.Broker.dll +0 -0
- package/dist/Microsoft.Identity.Client.Extensions.Msal.dll +0 -0
- package/dist/Microsoft.Identity.Client.NativeInterop.dll +0 -0
- package/dist/Microsoft.Identity.Client.dll +0 -0
- package/dist/Microsoft.IdentityModel.Abstractions.dll +0 -0
- package/dist/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
- package/dist/Microsoft.IdentityModel.Logging.dll +0 -0
- package/dist/Microsoft.IdentityModel.Tokens.dll +0 -0
- package/dist/ModelContextProtocol.AspNetCore.dll +0 -0
- package/dist/ModelContextProtocol.dll +0 -0
- package/dist/OpenTelemetry.Api.ProviderBuilderExtensions.dll +0 -0
- package/dist/OpenTelemetry.Api.dll +0 -0
- package/dist/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll +0 -0
- package/dist/OpenTelemetry.Extensions.Hosting.dll +0 -0
- package/dist/OpenTelemetry.Instrumentation.AspNetCore.dll +0 -0
- package/dist/OpenTelemetry.Instrumentation.Http.dll +0 -0
- package/dist/OpenTelemetry.PersistentStorage.Abstractions.dll +0 -0
- package/dist/OpenTelemetry.PersistentStorage.FileSystem.dll +0 -0
- package/dist/OpenTelemetry.dll +0 -0
- package/dist/System.ClientModel.dll +0 -0
- package/dist/System.IO.Hashing.dll +0 -0
- package/dist/System.IdentityModel.Tokens.Jwt.dll +0 -0
- package/dist/System.Linq.AsyncEnumerable.dll +0 -0
- package/dist/System.Net.ServerSentEvents.dll +0 -0
- package/dist/azmcp.deps.json +751 -647
- package/dist/azmcp.dll +0 -0
- package/dist/azmcp.exe +0 -0
- package/dist/createdump.exe +0 -0
- package/dist/msalruntime_arm64.dll +0 -0
- package/package.json +1 -1
- package/dist/Kusto.Cloud.Platform.Aad.dll +0 -0
package/README.md
CHANGED
|
@@ -152,12 +152,20 @@ The Azure MCP Server provides Azure SDK and Azure CLI developer tools. It can be
|
|
|
152
152
|
|
|
153
153
|
### Installation
|
|
154
154
|
|
|
155
|
-
####
|
|
155
|
+
#### ▶️ Getting Started Video
|
|
156
|
+
|
|
157
|
+
Here's a short (16 seconds) video to help you get the Azure MCP Server installed in VS Code.
|
|
158
|
+
|
|
159
|
+
https://github.com/user-attachments/assets/535f393c-0ed2-479d-9b24-5ca933293c92
|
|
160
|
+
|
|
161
|
+
#### ✨ Quick install with VS Code
|
|
156
162
|
|
|
157
163
|
Click one of these buttons to install the Azure MCP Server for VS Code or VS Code Insiders.
|
|
158
164
|
|
|
159
165
|
[](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20MCP%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D) [](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20MCP%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D&quality=insiders)
|
|
160
166
|
|
|
167
|
+
You might get prompted to open the link with VS Code and then select "Install Server".
|
|
168
|
+
|
|
161
169
|
Once you've installed the Azure MCP Server, make sure you select GitHub Copilot Agent Mode and refresh the tools list. To learn more about Agent Mode, visit the [VS Code Documentation](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode).
|
|
162
170
|
|
|
163
171
|
#### 🔧 Manual Install
|
|
@@ -181,7 +189,7 @@ For a step-by-step installation, follow these instructions:
|
|
|
181
189
|
}
|
|
182
190
|
```
|
|
183
191
|
|
|
184
|
-
#### Docker Install
|
|
192
|
+
#### 🐋 Docker Install
|
|
185
193
|
|
|
186
194
|
For a step-by-step installation, follow these instructions:
|
|
187
195
|
1. Clone repository
|
|
@@ -244,7 +252,7 @@ You can easily configure your MCP client to use the Azure MCP Server. Have your
|
|
|
244
252
|
|
|
245
253
|
### Using standard IO
|
|
246
254
|
|
|
247
|
-
Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using , follow instructions in [
|
|
255
|
+
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).
|
|
248
256
|
|
|
249
257
|
### Using SSE
|
|
250
258
|
|
package/dist/Azure.Core.dll
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/Azure.Identity.dll
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/Kusto.Data.dll
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/OpenTelemetry.dll
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|