Skip to content

@upstash/context7-mcp@2.2.3

Choose a tag to compare

@github-actions github-actions released this 29 Apr 13:15
· 66 commits to master since this release
8782725

Patch Changes

  • 772da3a: Stream MCP tool responses over SSE so HTTP headers flush before client fetch timeouts. Switching enableJsonResponse to false makes the SDK return the HTTP response synchronously after request validation, so headers are sent in milliseconds instead of being buffered until the tool completes. This fixes clients that cap the underlying fetch waiting for headers (e.g., Claude Code's 60s wrapFetchWithTimeout).