package.json•713 B
{
"name": "@azure/mcp-{os}-{cpu}",
"version": "{version}",
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for {os} on {cpu}",
"author": "Microsoft Corporation",
"homepage": "https://github.com/Azure/azure-mcp#readme",
"license": "MIT",
"keywords": [
"azure",
"mcp",
"model-context-protocol"
],
"bugs": {
"url": "https://github.com/Azure/azure-mcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-mcp.git"
},
"engines": {
"node": ">=20.0.0"
},
"main": "./index.js",
"bin": {
"azmcp-{os}-{cpu}": "./dist/{executable}"
},
"os": [
"{os}"
],
"cpu": [
"{cpu}"
]
}