Releases: davidmosiah/google-health-mcp
Releases · davidmosiah/google-health-mcp
Release list
v0.7.7
v0.7.4
Security overrides fast-uri/ip-address high.
v0.7.3
0.7.3 — Headless OAuth
Landed from @jumpmanjay PR #17 (rebased onto 0.7.2).
Added
auth --manual/--headless/--no-browser— paste redirect URL (auto on SSH / no DISPLAY)auth --code,auth --print-url,auth --local-callbackdoctorreports headless detection and recommends manual auth- Headless detection overridable via
GOOGLE_HEALTH_HEADLESS
Fixed
- Missing
xdg-open/openno longer kills auth mid-wait - Callback flow always prints the auth URL
- Callback exchange preserves granted scopes
npx -y google-health-mcp-unofficial@0.7.3 auth --manualThanks Jason!
v0.7.2
0.7.2 — external real-account findings
First external redacted live coverage report came in on #3 (@maxgow). This release lands the three follow-ups.
Fixed
- total-calories dailyRollUp clamps
page_sizesowindow_size_days * page_size ≤ 14(#18) - daily_summary filters use
{type}.datefor resting HR / daily HRV andsleep.interval.civil_end_timefor sleep (#19)
Added
clinicalscope preset =full+ ECG + IRN scopes, opt-in only (#20)
Verify
npx -y google-health-mcp-unofficial@0.7.2 coverage --json
npx -y google-health-mcp-unofficial@0.7.2 auth --scope-preset clinical # only if you need ECG/IRNThanks @maxgow.
google-health-mcp-unofficial 0.5.7
SOTA: delx-mcp-kit privacy, scorecard 100. npm: https://www.npmjs.com/package/google-health-mcp-unofficial/v/0.5.7
google-health-mcp-unofficial 0.5.6
Release 0.5.6 dual-verify with npm.
google-health-mcp 0.5.5
CLI demo (OAuth-free synthetic samples). Same payload as google_health_demo MCP tool.
v0.5.4 — nutrition daily_rollup page_size clamp
Fixed
google_health_daily_rollupno longer breaks on defaultnutrition-logqueries (Google's 90-daywindow_size_days * page_sizecap — issue #15).- Default daily rollup
page_sizeis 90; client clamps known caps so agents succeed without guessing.
Install
npx -y google-health-mcp-unofficial@0.5.4npm: https://www.npmjs.com/package/google-health-mcp-unofficial/v/0.5.4
v0.5.3
v0.5.2 — scorecard fixes + Smithery
What's new
Fixed
- Correct Google Health v4 scorecard / summary field mapping (
kcalSum, AZM zone minutes,weightGramsAvg→ kg) - Harden error-envelope handling for agent-facing failures
Added
smithery.yamlfor Smithery discovery/install
Changed
- Replace stale “end-of-May 2026” beta copy with the current evolving-API notice
Full notes: CHANGELOG.md
npx -y google-health-mcp-unofficial@0.5.2 setup