Closed
Description
Hey,
I'm probably missing something, but it appears that StreamableHTTPServerTransport._initialized
represents inter-request state as shown here
I need to hit the same transport between the initial GET and subsequent POST

Meanwhile the sample code makes a new transport
object on every request which yields "not yet initialized" errors

Are fully stateless server transports supported?