Skip to content

v0.7.2

Choose a tag to compare

@davidmosiah davidmosiah released this 03 Aug 14:14
· 14 commits to main since this release

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_size so window_size_days * page_size ≤ 14 (#18)
  • daily_summary filters use {type}.date for resting HR / daily HRV and sleep.interval.civil_end_time for sleep (#19)

Added

  • clinical scope 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/IRN

Thanks @maxgow.