InitializeRequest

org.llm4s.mcp.InitializeRequest
See theInitializeRequest companion object
case class InitializeRequest(protocolVersion: String, capabilities: MCPCapabilities, clientInfo: ClientInfo)

Initialization request sent by client to establish MCP connection. First message in the MCP protocol handshake.

Value parameters

capabilities

Client capabilities being advertised

clientInfo

Information about the client application

protocolVersion

Version of MCP protocol to use

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