rizz.dev
homeaboutblogcontactGitHub
  1. Home
  2. /
  3. Glossary
  4. /
  5. resource subscription
Glossary · term157 of 202

resource subscription

An MCP feature where a client registers interest in specific resource URIs so it gets notified of changes. It was removed from the stateless spec because tracking subscribers required the server to remember state.

also written as resource subscriptions · subscribe

Related terms
STDIO transportA way of connecting an MCP client and server over standard input and output streams rather than HTTP, where the spec requires clients to re-send subscriptions after a server crash.view term->subscriptions/listenThe MCP request a client now sends listing every resource URI it wants updates on, replacing the server-side subscribe feature the spec removed.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
previousresets_atnextresumable SSE stream