InitializeParams

mcp.InitializeParams
case class InitializeParams(capabilities: ClientCapabilities, clientInfo: Implementation, protocolVersion: String)

This request is sent from the client to the server when it first connects, asking it to begin initialization.

Attributes

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