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
{{ message }}
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
With HTTP stream + SSE becoming the standard transport mechanism for remote MCP servers, there is a need to define how session state should be structured, persisted, and synchronized.
This proposal addresses this gap by providing a comprehensive standard for session state management.
Goal:
Standardization: Create a consistent approach to session state management that can be implemented across different MCP server architectures
Enable clients to connect to different MCP server implementations with predictable state handling behavior
Facilitate implementation of advanced stateful features
Design state management that works efficiently in horizontally-scaled environments
Output:
Session State table schema
Interface to develop new session storage types
Sample of implementation with sqlite/postgres/mysql storage