type TransportEvent = | TransportError | TransportToolCallEvent | {[key: string]: any; type: string;};