export function createEventStream(token: string): EventSource { return new EventSource(`/api/sse/stream?token=${encodeURIComponent(token)}`) }