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
modern_on_request driver + Client in-process modern path via DirectDispatcher peer-pair
- modern_on_request(server, lifespan_state) returns an OnRequest callback
that builds Connection.from_envelope per call and drives serve_one — wire
it into the server side of a DirectDispatcher peer-pair for an in-process
server on the modern per-request path
- Client(Server|MCPServer, mode!=legacy) enters lifespan once, creates a
peer-pair, runs the server side with modern_on_request, and hands the
client side to ClientSession; legacy in-process keeps InMemoryTransport
- Interaction-suite in-memory transport unlocked for 2026-07-28: 71 tests
now run on [in-memory-2026-07-28], 67 pass; the 5 streamable-http-only
notify-drop xfails are scoped to that transport; 4 progress-notification
tests still xfail (peer-pair progress wiring tracked separately)
0 commit comments