Skip to content

v1.1.0

Choose a tag to compare

@thebriangao thebriangao released this 31 May 20:17
· 64 commits to main since this release

Remote hosting — the MCP now speaks HTTP, deployable to any Docker host. (Originally released 2026-05-26.)

Highlights since v1.0.0

  • HTTP transport (MCP_TRANSPORT=http) — Streamable HTTP at /mcp behind a static bearer-token gate (MCP_AUTH_TOKEN, constant-time compare), a no-auth /health probe, and CORS preconfigured. stdio stays the default for local Claude Desktop / Claude Code.
  • Dockerfile — multi-stage Alpine build (~150 MB), runs as non-root, ships a HEALTHCHECK.
  • TokenStore abstractionEnvFileTokenStore (default, persists refreshed tokens to .env) + MemoryTokenStore (read-only filesystems), selectable via WHOOP_TOKEN_STORE.
  • 9 HTTP-auth tests; a full "Remote hosting" README walkthrough (Fly / Railway / Render / VPS).

Existing local stdio installs are unaffected (MCP_TRANSPORT=stdio is the default).

Full detail in CHANGELOG.md.