@azure/mcp-win32-arm64 0.0.16 → 0.0.17

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
@@ -116,8 +116,12 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
116
116
  - Support for template discovery, template initialization, provisioning and deployment
117
117
  - Cross-platform compatibility
118
118
 
119
+ ### 🛡️ Azure Best Practices
120
+ - Get secure, production-grade Azure SDK best practices for effective code generation.
121
+
119
122
  For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/Azure/azure-mcp/blob/main/docs/azmcp-commands.md).
120
123
 
124
+
121
125
  ## 🔌 Getting Started
122
126
 
123
127
  The Azure MCP Server requires Node.js to install and run the server. If you don't have it installed, follow the instructions [here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
@@ -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.16": {
10
+ "azmcp/0.0.17": {
11
11
  "dependencies": {
12
12
  "Azure.Core": "1.45.0",
13
13
  "Azure.Data.AppConfiguration": "1.6.0",
@@ -2926,7 +2926,7 @@
2926
2926
  }
2927
2927
  },
2928
2928
  "libraries": {
2929
- "azmcp/0.0.16": {
2929
+ "azmcp/0.0.17": {
2930
2930
  "type": "project",
2931
2931
  "serviceable": false,
2932
2932
  "sha512": ""
package/dist/azmcp.dll CHANGED
Binary file
package/dist/azmcp.exe CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-win32-arm64",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
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",