Skip to content

v0.1.4 — fetch-free (Cowork-compatible)

Choose a tag to compare

@mrdainami mrdainami released this 20 May 11:41
· 6 commits to main since this release

Replaces the v0.1.3 undici fallback with Node's built-in node:https request API. Cowork's MCP sandbox blocks both global fetch and the undici module loader; node:https is universally available. No API change for consumers.