{
  "name": "coolify-docs-mcp",
  "version": "1.0.0",
  "private": true,
  "description": "Read-only MCP server for an allowlisted snapshot of the Coolify documentation.",
  "type": "module",
  "engines": {
    "node": ">=20.11"
  },
  "scripts": {
    "compile:allowlist": "node scripts/compile-allowlist.mjs",
    "sync": "npm run compile:allowlist && tsx src/sync.ts",
    "build": "tsc -p tsconfig.json",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "inspect": "npx @modelcontextprotocol/inspector node dist/index.js",
    "check": "tsc -p tsconfig.json --noEmit",
    "test": "tsx --test tests/*.test.ts",
    "validate": "npm run check && npm test"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "cheerio": "^1.0.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.0",
    "tsx": "^4.20.0",
    "typescript": "^5.8.0"
  }
}
