{ "name": "wellness-cgm-mcp", "version": "0.6.4", "description": "Local-first continuous glucose monitor MCP for AI agents \u2014 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", "skill" ], "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:libre-window": "node scripts/libre-window-test.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:libre-window && npm run test:metadata && npm run test:providers && npm run test:skill-surface", "prepublishOnly": "npm test", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "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.13.1", "fast-uri": "3.1.5", "ip-address": "10.4.0", "@hono/node-server": "2.1.0", "body-parser": "2.3.0" } }