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 Serializable
trait Product
trait Equals
trait MCPTransport
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product