{
  "name": "@mcp-consultant-tools/powerplatform",
  "version": "34.0.0",
  "description": "MCP server for Microsoft PowerPlatform/Dataverse - read-only access (production-safe)",
  "type": "module",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": {
      "import": "./build/index.js",
      "types": "./build/index.d.ts"
    },
    "./service": {
      "import": "./build/PowerPlatformService.js",
      "types": "./build/PowerPlatformService.d.ts"
    }
  },
  "files": [
    "build",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf build *.tsbuildinfo",
    "prepublishOnly": "npm run build",
    "start:http": "node build/http-server.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "powerplatform",
    "dynamics",
    "dataverse",
    "crm"
  ],
  "author": "Michal Sobieraj",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/klemensms/mcp-consultant-tools.git",
    "directory": "packages/powerplatform"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@mcp-consultant-tools/core": "33.0.0",
    "@mcp-consultant-tools/powerplatform-core": "34.0.0",
    "@modelcontextprotocol/sdk": "^1.24.3",
    "commander": "^14.0.3",
    "express": "^4.21.0",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^22.10.5",
    "typescript": "^5.8.2"
  },
  "bin": {
    "mcp-consultant-tools-powerplatform": "build/index.js",
    "powerplatform": "build/index.js",
    "mcp-pp": "build/index.js",
    "mcp-pp-http": "build/http-server.js",
    "mcp-pp-cli": "build/cli.js"
  }
}
