{
  "name": "@lightdash-tools/mcp",
  "version": "0.6.0",
  "description": "MCP server and utilities for Lightdash AI.",
  "keywords": [],
  "license": "Apache-2.0",
  "author": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "lightdash-mcp": "./dist/bin.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "commander": "^14.0.3",
    "zod": "^4.3.6",
    "@lightdash-tools/client": "0.6.0",
    "@lightdash-tools/common": "0.6.0"
  },
  "devDependencies": {
    "@types/node": "^25.3.4"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "start:http": "node dist/http.js"
  }
}