v1.1.0
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/mcpbehind a static bearer-token gate (MCP_AUTH_TOKEN, constant-time compare), a no-auth/healthprobe, 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 aHEALTHCHECK.TokenStoreabstraction —EnvFileTokenStore(default, persists refreshed tokens to.env) +MemoryTokenStore(read-only filesystems), selectable viaWHOOP_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.