{ "name": "samsung-health-mcp-unofficial", "version": "0.7.4", "description": "Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.", "type": "module", "bin": { "samsung-health-mcp-unofficial": "dist/index.js", "samsung-health-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "SECURITY.md", "server.json", "docs", "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", "test": "npm run typecheck && npm run build && npm run smoke && npm run test:export && npm run test:privacy && npm run test:freshness && npm run test:incremental-cache && npm run test:watch && npm run smoke:http && npm run test:cli-ux && npm run test:agent-readiness && npm run test:hermes-agent && npm run test:demo-contract && npm run test:metadata && npm run test:skill-surface", "test:export": "node scripts/export-parser-test.mjs", "test:privacy": "node scripts/privacy-leak-test.mjs", "test:freshness": "node scripts/freshness-test.mjs", "test:incremental-cache": "node scripts/incremental-cache-test.mjs", "test:watch": "node scripts/watch-folder-test.mjs", "test:cli-ux": "node scripts/cli-ux-test.mjs", "test:agent-readiness": "node scripts/agent-readiness-test.mjs", "test:hermes-agent": "node scripts/hermes-agent-manifest-test.mjs", "smoke:http": "node scripts/smoke-http.mjs", "prepublishOnly": "npm test", "test:metadata": "node scripts/metadata-check.mjs", "test:demo-contract": "node scripts/demo-contract-test.mjs", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "samsung-health", "galaxy-watch", "health-connect", "wearable", "health", "fitness", "ai-agents" ], "author": "David Mosiah", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.21.0", "cors": "^2.8.6", "express": "^5.2.1", "yauzl": "^3.2.0", "zod": "^4.4.3" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.6.0", "@types/yauzl": "^2.10.3", "tsx": "^4.20.6", "typescript": "^6.0.3" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/samsung-health-mcp.git" }, "bugs": { "url": "https://github.com/davidmosiah/samsung-health-mcp/issues", "email": "support@delx.ai" }, "homepage": "https://wellness.delx.ai/connectors/samsung-health", "mcpName": "io.github.davidmosiah/samsung-health-mcp", "publishConfig": { "access": "public" }, "main": "dist/index.js", "overrides": { "@hono/node-server": "2.1.0", "fast-uri": "3.1.5", "ip-address": "10.4.0", "hono": "4.13.1" } }