UNPKG

@azure/mcp

Version:

Azure MCP Server - Model Context Protocol implementation for Azure

47 lines (46 loc) 1.08 kB
{ "name": "@azure/mcp", "version": "2.0.0-beta.1", "description": "Azure MCP Server - Model Context Protocol implementation for Azure", "author": "Microsoft", "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme", "license": "MIT", "keywords": [ "azure", "mcp", "model-context-protocol" ], "bugs": { "url": "https://github.com/microsoft/mcp/issues" }, "repository": { "url": "https://github.com/microsoft/mcp.git", "type": "git" }, "engines": { "node": ">=20.0.0" }, "bin": { "azmcp": "./index.js" }, "os": [ "linux", "darwin", "win32" ], "cpu": [ "x64", "arm64" ], "optionalDependencies": { "@azure/mcp-win32-arm64": "2.0.0-beta.1", "@azure/mcp-darwin-arm64": "2.0.0-beta.1", "@azure/mcp-win32-x64": "2.0.0-beta.1", "@azure/mcp-darwin-x64": "2.0.0-beta.1", "@azure/mcp-linux-arm64": "2.0.0-beta.1", "@azure/mcp-linux-x64": "2.0.0-beta.1" }, "scripts": { "postinstall": "node ./scripts/post-install-script.js" } }