{
  "name": "function-health-mcp",
  "version": "0.5.6",
  "description": "Function Health MCP server and CLI \u2014 query lab results, detect changes, track biomarkers",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "function-health",
    "mcp",
    "model-context-protocol",
    "health",
    "biomarkers",
    "lab-results",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/daveremy/function-health-mcp"
  },
  "bin": {
    "function-health": "dist/cli.js",
    "function-health-mcp": "dist/mcp.js"
  },
  "files": [
    "dist",
    ".claude-plugin",
    "skills"
  ],
  "scripts": {
    "build": "tsc && chmod +x dist/cli.js dist/mcp.js",
    "prepack": "npm run build",
    "release": "./scripts/release.sh",
    "version": "node -e \"require('fs').writeFileSync('src/version.ts', 'export const VERSION = \\\"' + require('./package.json').version + '\\\";\\n')\" && git add src/version.ts",
    "dev": "tsx src/cli.ts",
    "test": "tsx --test test/*.test.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "commander": "^13.1.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^22.13.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  }
}
