{
  "name": "@paretools/search",
  "version": "0.20.0",
  "mcpName": "io.github.Dave-London/pare-search",
  "description": "MCP server for code search — structured ripgrep, fd, jq, and yq results for AI agents",
  "license": "MIT",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "structured-output",
    "ai",
    "ai-agent",
    "claude",
    "cursor",
    "copilot",
    "token-efficient",
    "devtools",
    "cli",
    "ripgrep",
    "rg",
    "fd",
    "search",
    "find",
    "grep"
  ],
  "homepage": "https://github.com/Dave-London/Pare/tree/main/packages/server-search",
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "bin": {
    "pare-search": "./dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Dave-London/Pare.git",
    "directory": "packages/server-search"
  },
  "bugs": {
    "url": "https://github.com/Dave-London/Pare/issues"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^4.4.3",
    "@paretools/shared": "0.20.0"
  },
  "devDependencies": {
    "@types/node": "^25.9.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7",
    "@paretools/tsconfig": "0.0.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "lint": "eslint src/"
  }
}