Skip to content

v0.7.3

Choose a tag to compare

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

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-callback
  • doctor reports headless detection and recommends manual auth
  • Headless detection overridable via GOOGLE_HEALTH_HEADLESS

Fixed

  • Missing xdg-open/open no 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 --manual

Thanks Jason!