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 <img width="480" alt="Image" src="https://github.com/user-attachments/assets/88eff89a-5ad9-4439-b837-a2846577ec73" /> Meanwhile the sample code makes a new `transport` object on every request which yields "not yet initialized" errors <img width="669" alt="Image" src="https://github.com/user-attachments/assets/89876d5e-1bda-4934-a573-b065b595e704" /> Are fully stateless server transports supported?