Skip to content

Releases: davidmosiah/whoop-mcp

v0.5.3

Choose a tag to compare

@davidmosiah davidmosiah released this 27 Jun 18:44

Added

  • Added whoop-mcp-server demo-capture, a privacy-sanitized real-demo capture command for WHOOP recovery README demos and issue updates.
  • The command gates on local OAuth readiness, runs the whoop_daily_summary path, writes JSON/Markdown transcripts, and fails if secrets, local token paths, raw payloads, exact recovery numbers, exact sleep details or exact strain keys appear.
  • Added fixture-backed regression coverage and docs/demo/recovery-demo-redaction-contract.md so public demo captures have a reviewable privacy contract.

Verification

  • npm test
  • npm audit --audit-level=low
  • git diff --check
  • npm pack --dry-run
  • GitHub CI, Pages and CodeQL passed for commit 53a46f3

whoop-mcp-unofficial v0.5.2

Choose a tag to compare

@davidmosiah davidmosiah released this 27 Jun 18:23

Highlights

  • Added explicit prior-work credit for Shashank Mishra and the MIT-licensed whoop-ai-mcp package.
  • Added docs/credits.md and linked it from README, docs site, registry docs, sitemap and LLM docs.
  • Added metadata checks so the Shashank / whoop-ai-mcp attribution cannot be accidentally removed from primary docs.

Verification

v0.5.1

Choose a tag to compare

@davidmosiah davidmosiah released this 27 Jun 11:30

What's changed

  • Published npm package whoop-mcp-unofficial@0.5.1.
  • Pins transitive Hono resolution to 4.12.27 to resolve production audit advisories while keeping the public MCP API unchanged.
  • Synchronized release metadata across package and MCP server descriptors.

Verification

  • npm audit --omit=dev --audit-level=moderate: 0 production vulnerabilities.
  • npm test / prepublishOnly: passed.
  • npm pack --dry-run: passed.

npm: https://www.npmjs.com/package/whoop-mcp-unofficial/v/0.5.1

v0.1.4 — Production-ready

Choose a tag to compare

@davidmosiah davidmosiah released this 03 May 10:43

Available on npm: npx -y whoop-mcp-unofficial setup

What's included up to 0.1.4

0.1.4

  • Add SEO/GEO production metadata: JSON-LD, robots.txt, sitemap.xml, llms.txt, security.txt and PNG social preview.
  • Include SEO/GEO static docs in npm package files while continuing to exclude local Vercel metadata.

0.1.3

  • Set https://whoopmcp.vercel.app/ as the primary project URL.
  • Refine the landing page hero, install path, project links and architecture section.
  • Add a new high-fidelity SVG architecture visual and refresh the hero illustration.
  • Tighten npm package file inclusion so local Vercel metadata cannot ship in package tarballs.

0.1.2

  • Add whoop_capabilities and whoop://capabilities so agents can discover supported data, unsupported raw sensor streams, privacy modes and recommended tool order.
  • Add explicit data-boundary documentation for raw WHOOP API payloads vs raw device sensor streams.
  • Add FAQ, roadmap, install-help/data-coverage issue templates and PR checklist.
  • Improve the GitHub Pages site with data-boundary, FAQ and community/contribution sections.

0.1.1

  • Add whoop-mcp-unofficial as a binary alias so npx -y whoop-mcp-unofficial setup works directly.

0.1.0

  • Initial WHOOP MCP implementation.

Capabilities

Recovery, day/night strain, sleep stages, RHR, HRV, skin temperature, blood oxygen, agent-discoverable capabilities resource, privacy-first local OAuth.