rizz.dev
homeaboutblogcontactGitHub
  1. Home
  2. /
  3. Glossary
  4. /
  5. poll-based task store
Glossary · term138 of 202

poll-based task store

A 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.

also written as task store

Related terms
resumable SSE streamA 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.view term->tasks 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
cited by
1 post
categories
1
first used
jul 2026
Appears in
  • Every Stateless MCP Server Rebuilds State SomewhereA stateless MCP server never deletes its state, it just relocates it. The measured wire cost, the three places it lands, and how to pick one of them on purpose.opinion1 min
previousplan modenextprefix stability