Defines the parameters for establishing a connection to an MCP server over HTTP using Server-Sent Events (SSE) for streaming.
Usage: const connectionParams: StreamableHTTPConnectionParams = { type: 'StreamableHTTPConnectionParams', url: 'http://localhost:8788/mcp' };
Optional
Use transportOptions.requestInit.headers instead. This field will be ignored if transportOptions is provided even if no headers are specified in transportOptions.
Defines the parameters for establishing a connection to an MCP server over HTTP using Server-Sent Events (SSE) for streaming.
Usage: const connectionParams: StreamableHTTPConnectionParams = { type: 'StreamableHTTPConnectionParams', url: 'http://localhost:8788/mcp' };