Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/mcp / / StreamableHttpTransportConfig
Interface: StreamableHttpTransportConfig
Defined in: packages/mcp/src/transport/types.ts:46
Options for the 'streamable-http' transport.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
bearerTokenRef? | readonly | string | Reference to an OAuth bearer-token source for outbound calls. | packages/mcp/src/transport/types.ts:59 |
fetch? | readonly | (input, init?) => Promise<Response> | Custom fetch implementation; defaults to the global fetch. | packages/mcp/src/transport/types.ts:57 |
headers? | readonly | Readonly<Record<string, string>> | - | packages/mcp/src/transport/types.ts:49 |
kind | readonly | "streamable-http" | - | packages/mcp/src/transport/types.ts:47 |
sessionId? | readonly | string | Optional pre-existing session id. Most operators leave this unset — the server assigns one on initialize and the client persists it for the lifetime of the connection. | packages/mcp/src/transport/types.ts:55 |
url | readonly | string | URL | - | packages/mcp/src/transport/types.ts:48 |