StreamableHttpConnection()| Name | Type |
|---|---|
| transport | Literal['streamable_http'] |
| url | str |
| headers | NotRequired[dict[str, Any] | None] |
| timeout | NotRequired[timedelta] |
| sse_read_timeout | NotRequired[timedelta] |
| terminate_on_close | NotRequired[bool] |
| session_kwargs | NotRequired[dict[str, Any] | None] |
| httpx_client_factory | NotRequired[McpHttpClientFactory | None] |
| auth | NotRequired[httpx.Auth] |
Connection configuration for Streamable HTTP transport.