{ "name": "@dockndevai/mcp-azure", "mcpName": "io.github.dockndevai/mcp-azure", "version": "0.2.2", "description": "Model Context Protocol server for Azure (Resource Manager) — inventory, tags, VM power, and lifecycle with governance controls (access modes, subscription/resource-group scoping, protected groups, location allowlist, delete gating, confirmation, dry-run, audit).", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dockndevai/mcp-azure.git" }, "bugs": { "url": "https://github.com/dockndevai/mcp-azure/issues" }, "homepage": "https://github.com/dockndevai/mcp-azure#readme", "bin": { "mcp-azure": "dist/index.js" }, "files": ["dist"], "engines": { "node": ">=22" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "lint": "tsc -p tsconfig.json --noEmit" }, "keywords": ["mcp", "model-context-protocol", "azure", "azure-resource-manager", "cloud", "devops", "governance", "llm", "ai"], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.5.0", "tsx": "^4.23.13", "typescript": "^7.0.2", "vitest": "^5.0.0" } }