Skip to content

Commit b1e21b5

Browse files
committed
chore: add changeset for SSE graceful termination fix
1 parent 193a1f9 commit b1e21b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.changeset/fix-sse-terminated.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@modelcontextprotocol/client": patch
3+
---
4+
5+
Fix SSE stream graceful termination being incorrectly reported as an error. When a server closes an SSE connection gracefully (e.g., due to timeout), the client no longer reports "TypeError: terminated" via onerror. This reduces log noise while preserving reconnection behavior.

0 commit comments

Comments
 (0)