Skip to content

Commit 8782725

Browse files
chore(release): version packages (#2525)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 772da3a commit 8782725

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/stream-mcp-tool-responses.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @upstash/context7-mcp
22

3+
## 2.2.3
4+
5+
### Patch Changes
6+
7+
- 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`).
8+
39
## 2.2.2
410

511
### Patch Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/context7-mcp",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"mcpName": "io.github.upstash/context7",
55
"description": "MCP server for Context7",
66
"scripts": {

0 commit comments

Comments
 (0)