{ "name": "wellness-cycle-coach", "version": "0.4.3", "description": "Local-first menstrual cycle coach MCP for AI agents \u2014 orchestrates Apple Health Cycle, Garmin women's health, and Fitbit female health into phase-aware nutrition and recovery context.", "license": "MIT", "type": "module", "bin": { "wellness-cycle-coach": "dist/index.js", "wellness-cycle-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:metadata": "node scripts/metadata-check.mjs", "test:engine": "node scripts/test-cycle-engine.mjs", "test:demo-contract": "node scripts/demo-contract-test.mjs", "test": "npm run typecheck && npm run build && npm run test:engine && npm run smoke && npm run test:demo-contract && npm run test:metadata && 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/cycle", "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/wellness-cycle-coach.git" }, "bugs": { "url": "https://github.com/davidmosiah/wellness-cycle-coach/issues", "email": "support@delx.ai" }, "keywords": [ "mcp", "model-context-protocol", "ai-agents", "menstrual-cycle", "womens-health", "fertility", "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-cycle-coach", "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" } }