{
  "name": "rdk-docs-mcp",
  "version": "0.1.10",
  "type": "module",
  "description": "Search D-Robotics RDK official manuals and the community forum via MCP.",
  "bin": {
    "rdk-docs-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "install.md",
    "SKILL.md",
    "skills"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "eval:live": "npm run build && node dist/eval-live.js",
    "verify": "npm test && npm run eval:live",
    "prepack": "rm -rf ./skills && cp -R ../skills ./skills && cp ../skills/rdk-docs/SKILL.md ./SKILL.md",
    "prepublishOnly": "npm test && npm run build && npm run prepack"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.0",
    "node-html-parser": "^7.0.1",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.0",
    "typescript": "^5.8.0",
    "vitest": "^3.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QiaolongLi1201/rdk-docs.git"
  },
  "homepage": "https://github.com/QiaolongLi1201/rdk-docs#readme",
  "bugs": {
    "url": "https://github.com/QiaolongLi1201/rdk-docs/issues"
  },
  "keywords": [
    "mcp",
    "rdk",
    "d-robotics",
    "documentation",
    "forum",
    "tros"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}