{
  "name": "@roottale/cms-mcp",
  "version": "0.25.0",
  "type": "module",
  "description": "RootTale CMS integration MCP server — bundled integration docs, Next.js example code, and public API lookup tools. Run with: npx @roottale/cms-mcp",
  "bin": {
    "roottale-cms-mcp": "dist/index.js"
  },
  "main": "./dist/index.js",
  "files": [
    "dist/",
    "docs/",
    "examples/",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "roottale",
    "cms",
    "mcp",
    "integration",
    "docs"
  ],
  "license": "UNLICENSED",
  "homepage": "https://github.com/RootTale/roottale-platform/tree/main/packages/cms-mcp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RootTale/roottale-platform.git",
    "directory": "packages/cms-mcp"
  },
  "scripts": {
    "build": "tsup",
    "type-check": "tsc --noEmit",
    "test": "vitest run --passWithNoTests",
    "start": "node dist/index.js"
  }
}