MCPServerConfig

org.llm4s.mcp.MCPServerConfig
See theMCPServerConfig companion object
case class MCPServerConfig(name: String, transport: MCPTransport, timeout: Duration)

Configuration for MCP (Model Context Protocol) servers. Defines how to connect to and communicate with an MCP server.

Value parameters

name

Unique identifier for this server configuration

timeout

Maximum time to wait for server responses

transport

Transport mechanism (stdio, SSE, or Streamable HTTP) for communication

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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