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
Expose Backscroll through a reusable MCP server conforming to protocol revision 2026-07-28, so multiple agent tasks and conversations can query the perennial SQLite index through a standard interface without treating each conversation as the lifetime boundary of a separate Backscroll process.
The revision defines MCP as stateless: every request carries the metadata required to process it, servers should handle requests associated with multiple tasks, threads, or conversations, and clients should not use an individual conversation as the stdio-process lifetime boundary. Streamable HTTP accepts independent request-scoped POSTs and can serve multiple client connections.
Description
Expose Backscroll through a reusable MCP server conforming to protocol revision
2026-07-28, so multiple agent tasks and conversations can query the perennial SQLite index through a standard interface without treating each conversation as the lifetime boundary of a separate Backscroll process.The revision defines MCP as stateless: every request carries the metadata required to process it, servers should handle requests associated with multiple tasks, threads, or conversations, and clients should not use an individual conversation as the stdio-process lifetime boundary. Streamable HTTP accepts independent request-scoped POSTs and can serve multiple client connections.
References:
Prerequisite
Goals
Design Questions
Security Requirements
For Streamable HTTP, follow the specification requirements and recommendations:
Originheader.Non-goals
Acceptance Criteria
2026-07-28capabilities per request.