SSETransport
org.llm4s.mcp.SSETransport
case class SSETransport(url: String, name: String) extends MCPTransport
Server-Sent Events transport configuration using HTTP (MCP 2024-11-05 spec).
Connects to server via HTTP with SSE for streaming responses. This is the legacy transport protocol for backwards compatibility.
Value parameters
- name
-
Unique identifier for this transport instance
- url
-
HTTP URL of the SSE endpoint
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MCPTransportclass Objecttrait Matchableclass Any
Members list
In this article