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
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' };