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
feat: add server-side SSE priming events and retry field (SEP-1699)
Add support for sending priming events with retry field when establishing
SSE streams. When retryInterval is configured, the server sends an initial
event with id, retry field, and empty data to prime the client for
reconnection timing.
Changes:
- Add retryInterval option to StreamableHTTPServerTransportOptions
- Send priming event after GET SSE stream headers when configured
- Include retry field to control client reconnection timing
0 commit comments