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: kotlin-sdk-server/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/server/StreamableHttpServerTransport.kt
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,8 @@ private data class SessionContext(val session: ServerSSESession?, val call: Appl
105
105
* If not specified, origin validation is disabled.
106
106
* @param eventStore Event store for resumability support
107
107
* If provided, resumability will be enabled, allowing clients to reconnect and resume messages
108
+
* @param retryIntervalMillis Retry interval (in milliseconds) advertised via SSE priming events to hint the client when to reconnect.
109
+
* Applies only when an [eventStore] is configured. Defaults to `null` (no retry hint).
0 commit comments