StreamableHTTPTransport

org.llm4s.mcp.StreamableHTTPTransport
case class StreamableHTTPTransport(url: String, name: String) extends MCPTransport

Streamable HTTP transport configuration (MCP 2025-03-26 spec).

Connects to server via HTTP with support for streaming responses. This is the modern transport protocol supporting single-endpoint design.

Value parameters

name

Unique identifier for this transport instance

url

HTTP URL of the MCP 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