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 Serializabletrait Producttrait Equalstrait MCPTransportclass Objecttrait Matchableclass Any
Members list
In this article