@azure/mcp-darwin-arm64 2.0.0-beta.14 → 2.0.0-beta.15

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/azmcp +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
33
33
  ```json
34
34
  {
35
35
  "mcpServers": {
36
- "azure-mcp-server": {
36
+ "Azure MCP Server": {
37
37
  "command": "npx",
38
38
  "args": [
39
39
  "-y",
package/dist/azmcp CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-darwin-arm64",
3
- "version": "2.0.0-beta.14",
3
+ "version": "2.0.0-beta.15",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",