Glossary · term158 of 202
resumable SSE stream
A server-sent-events connection that could pick back up where it left off after dropping, retired because resuming it required the server to retain per-request state.
also written as resumable streams · sse resumability
Related terms
SEP-2575The MCP specification enhancement proposal that made servers stateless by default, forbidding them from remembering anything a client sent in a prior request.view termpoll-based task storeA durability mechanism where a client repeatedly checks a status endpoint for a task's result instead of holding an open connection, used by MCP's tasks primitive.view termtasks primitiveA poll-based mechanism in MCP for durable work, letting a client fetch results after a dropped connection instead of resuming a live stream. It replaced resumable SSE streams as the way to survive a failure.view term
At a glance
previousresource subscriptionnextretention ratio- cited by
- 0 posts
- categories
- 0
- first used
- —