Skip to content

Commit 5ed06d5

Browse files
Fix SSE retry field documentation link
Update the link to the WHATWG HTML spec's retry field documentation to use a text fragment URL, as the previous anchor (`#the-retry-value`) was invalid. The new link points directly to the section describing retry field processing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5268def commit 5ed06d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/transports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ MCP endpoint.
111111
at any time in order to avoid holding a long-lived connection. The client
112112
**SHOULD** then "poll" the SSE stream by attempting to reconnect.
113113
- 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
115115
closing the connection. The client **MUST** respect the `retry` field,
116116
waiting the given number of milliseconds before attempting to reconnect.
117117
- The SSE stream **SHOULD** eventually include a JSON-RPC _response_ for the

0 commit comments

Comments
 (0)