@azure/mcp 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +7 -7
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure",
5
5
  "author": "Microsoft Corporation",
6
6
  "homepage": "https://github.com/Azure/azure-mcp#readme",
@@ -33,11 +33,11 @@
33
33
  "arm64"
34
34
  ],
35
35
  "optionalDependencies": {
36
- "@azure/mcp-darwin-x64": "0.0.16",
37
- "@azure/mcp-linux-arm64": "0.0.16",
38
- "@azure/mcp-darwin-arm64": "0.0.16",
39
- "@azure/mcp-win32-x64": "0.0.16",
40
- "@azure/mcp-linux-x64": "0.0.16",
41
- "@azure/mcp-win32-arm64": "0.0.16"
36
+ "@azure/mcp-darwin-x64": "0.0.17",
37
+ "@azure/mcp-linux-arm64": "0.0.17",
38
+ "@azure/mcp-darwin-arm64": "0.0.17",
39
+ "@azure/mcp-win32-x64": "0.0.17",
40
+ "@azure/mcp-linux-x64": "0.0.17",
41
+ "@azure/mcp-win32-arm64": "0.0.17"
42
42
  }
43
43
  }