transportType | TransportType | Yes | Transport type (SSE or HTTP ) |
sseTransport | object | Conditional | { url: string, headers: string } when transportType is SSE ; headers must be a JSON string |
httpTransport | object | Conditional | { url: string, headers: string } when transportType is HTTP ; headers must be a JSON string |