LLDB mainline
|
Initialization. More...
#include <Protocol.h>
Public Attributes | |
std::string | protocolVersion |
The latest version of the Model Context Protocol that the client supports. | |
ClientCapabilities | capabilities |
Implementation | clientInfo |
Initialization.
This request is sent from the client to the server when it first connects, asking it to begin initialization.
Definition at line 242 of file Protocol.h.
ClientCapabilities lldb_protocol::mcp::InitializeParams::capabilities |
Definition at line 247 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), and lldb_protocol::mcp::toJSON().
Implementation lldb_protocol::mcp::InitializeParams::clientInfo |
Definition at line 249 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), and lldb_protocol::mcp::toJSON().
std::string lldb_protocol::mcp::InitializeParams::protocolVersion |
The latest version of the Model Context Protocol that the client supports.
The client MAY decide to support older versions as well.
Definition at line 245 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), and lldb_protocol::mcp::toJSON().