We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104d39c commit 8fe64fcCopy full SHA for 8fe64fc
mcp/streamable.go
@@ -367,8 +367,10 @@ type StreamableServerTransport struct {
367
// See also [StreamableHTTPOptions.Stateless].
368
Stateless bool
369
370
- // Storage for events, to enable stream resumption.
371
- // If nil, a [MemoryEventStore] with the default maximum size will be used.
+ // EventStore enables stream resumption.
+ //
372
+ // If set, EventStore will be used to persist stream events and replay them
373
+ // upon stream resumption.
374
EventStore EventStore
375
376
// jsonResponse, if set, tells the server to prefer to respond to requests
0 commit comments