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 241 of file Protocol.h.
ClientCapabilities lldb_protocol::mcp::InitializeParams::capabilities |
Definition at line 246 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), and lldb_protocol::mcp::toJSON().
Implementation lldb_protocol::mcp::InitializeParams::clientInfo |
Definition at line 248 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 244 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), and lldb_protocol::mcp::toJSON().