{
  "name": "defect-inspection-tools-mcp-server",
  "version": "2.0.15",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "defect-inspection-tools-mcp-server": "./build/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/syia-ai/defect_inspection_tools_mcp_server"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "test": "npx tsx test/test-runner.ts",
    "test:mcp": "npm run build && npx tsx test/mcp-test-runner.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.1",
    "dotenv": "^16.4.7",
    "mongodb": "^6.17.0",
    "typesense": "^2.0.3",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/node": "^24.6.2",
    "js-yaml": "^4.1.0",
    "tsx": "^4.19.2",
    "typescript": "^5.9.3"
  },
  "files": [
    "build"
  ]
}
