{
  "name": "@mcp-consultant-tools/azure-management",
  "version": "33.0.0",
  "description": "MCP server for Azure Resource Manager - read-only discovery and inspection of Azure infrastructure including Function Apps, App Services, Key Vaults, Storage, SQL, Monitoring, and more",
  "type": "module",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": {
      "import": "./build/index.js",
      "types": "./build/index.d.ts"
    }
  },
  "files": [
    "build",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf build *.tsbuildinfo",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "azure",
    "azure-management",
    "arm",
    "azure-resource-manager",
    "function-apps",
    "app-service",
    "key-vault"
  ],
  "bin": {
    "mcp-azure-mgmt": "build/index.js",
    "mcp-azure-mgmt-cli": "build/cli.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@azure/identity": "^4.5.0",
    "@mcp-consultant-tools/core": "33.0.0",
    "@modelcontextprotocol/sdk": "^1.0.4",
    "axios": "^1.8.3",
    "commander": "^14.0.3",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "typescript": "^5.8.2"
  }
}
