Built-in wire transport used by ThreadStream.
"sse": HTTP commands + one SSE event stream per subscription.
Works in browsers without extra setup."websocket": single bidirectional WebSocket. Lower overhead for
long-lived, multi-subscription sessions.ThreadStreamTransportKind: "sse" | "websocket"