{
  "name": "wellness-cgm-mcp",
  "version": "0.4.3",
  "description": "Local-first continuous glucose monitor MCP for AI agents — Dexcom Developer API (sandbox + production). Pair with wellness-nourish for meal-glucose correlation.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "wellness-cgm": "dist/index.js",
    "wellness-cgm-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "SECURITY.md",
    "CHANGELOG.md",
    "server.json",
    "llms.txt"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "smoke": "node scripts/smoke-tools.mjs",
    "test:metadata": "node scripts/metadata-check.mjs",
    "test:providers": "node scripts/provider-contract-test.mjs",
    "test": "npm run typecheck && npm run build && npm run smoke && npm run test:metadata && npm run test:providers",
    "prepublishOnly": "npm test"
  },
  "engines": {
    "node": ">=20"
  },
  "homepage": "https://wellness.delx.ai/connectors/cgm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidmosiah/wellness-cgm-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/davidmosiah/wellness-cgm-mcp/issues",
    "email": "support@delx.ai"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai-agents",
    "cgm",
    "dexcom",
    "freestyle-libre",
    "glucose",
    "metabolic-health",
    "wellness",
    "delx-wellness"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "cors": "^2.8.6",
    "express": "^5.2.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.6",
    "@types/node": "^25.6.0",
    "tsx": "^4.20.6",
    "typescript": "^6.0.3"
  },
  "mcpName": "io.github.davidmosiah/wellness-cgm-mcp",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "overrides": {
    "qs": "6.15.2",
    "hono": "4.12.30",
    "fast-uri": "3.1.4",
    "ip-address": "10.2.0",
    "@hono/node-server": "2.0.12",
    "body-parser": "2.3.0"
  }
}
