{ "name": "delx-living-body", "version": "0.3.7", "description": "Meta-MCP server that auto-detects and composes installed Delx Wellness connectors into a unified body data layer.", "type": "module", "bin": { "delx-living-body": "dist/index.js", "living-body-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md", "AGENTS.md", "CONTRIBUTING.md", "server.json", "examples", "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", "demo": "node dist/index.js demo", "test:detector": "node scripts/test-detector.mjs", "test:composer": "node scripts/test-composer.mjs", "test:synthesizer": "node scripts/test-synthesizer.mjs", "test:metadata": "node scripts/metadata-check.mjs", "test": "npm run typecheck && npm run build && npm run smoke && npm run test:detector && npm run test:composer && npm run test:synthesizer && npm run demo && npm run test:metadata && npm run test:series-pref && npm run test:skill-surface", "prepublishOnly": "npm test", "test:series-pref": "node scripts/series-tool-preference-test.mjs", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "wellness", "health", "meta-mcp", "composer", "ai-agents", "delx", "whoop", "oura", "garmin" ], "author": "David Mosiah", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/davidmosiah" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.21.0", "better-sqlite3": "^12.9.0", "cors": "^2.8.6", "express": "^5.2.1", "zod": "^4.4.1" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.6.0", "tsx": "^4.20.6", "typescript": "^6.0.3" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/delx-living-body.git" }, "bugs": { "url": "https://github.com/davidmosiah/delx-living-body/issues", "email": "support@delx.ai" }, "homepage": "https://github.com/davidmosiah/delx-living-body", "mcpName": "io.github.davidmosiah/delx-living-body", "publishConfig": { "access": "public" }, "main": "dist/index.js", "overrides": { "hono": "4.13.1", "esbuild": "0.28.1", "@hono/node-server": "2.1.0" } }