You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specification/draft/basic/transports.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ MCP endpoint.
111
111
at any time in order to avoid holding a long-lived connection. The client
112
112
**SHOULD** then "poll" the SSE stream by attempting to reconnect.
113
113
- If the server does close the _connection_ prior to terminating the _SSE stream_,
114
-
it **SHOULD** send an SSE event with a standard [`retry`](https://html.spec.whatwg.org/multipage/server-sent-events.html#the-retry-value) field before
114
+
it **SHOULD** send an SSE event with a standard [`retry`](https://html.spec.whatwg.org/multipage/server-sent-events.html#:~:text=field%20name%20is%20%22retry%22) field before
115
115
closing the connection. The client **MUST** respect the `retry` field,
116
116
waiting the given number of milliseconds before attempting to reconnect.
117
117
- The SSE stream **SHOULD** eventually include a JSON-RPC _response_ for the
0 commit comments