This issue tracks work on the Streamable HTTP transport: - [x] Add a `StreamableServerTransport` type. - [x] Add a `StreamableClientTransport` type. - [x] Support 'stateless' mode for server transport (not documented, but implicit: see https://github.com/modelcontextprotocol/modelcontextprotocol/issues/282#issuecomment-2998128187). - [x] Add configurable event store for the streamable server transport (see TypeScript's 'EventStore'). - [x] Support retryability/replayability for the streamable client transport. - [x] Support a single JSON response (application/json)