@azure/mcp-darwin-arm64 0.0.16 → 0.0.18

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).
package/dist/azmcp CHANGED
Binary file
@@ -7,7 +7,7 @@
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {},
9
9
  ".NETCoreApp,Version=v9.0/osx-arm64": {
10
- "azmcp/0.0.16": {
10
+ "azmcp/0.0.18": {
11
11
  "dependencies": {
12
12
  "Azure.Core": "1.45.0",
13
13
  "Azure.Data.AppConfiguration": "1.6.0",
@@ -2918,7 +2918,7 @@
2918
2918
  }
2919
2919
  },
2920
2920
  "libraries": {
2921
- "azmcp/0.0.16": {
2921
+ "azmcp/0.0.18": {
2922
2922
  "type": "project",
2923
2923
  "serviceable": false,
2924
2924
  "sha512": ""
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.0.16",
3
+ "version": "0.0.18",
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",