LLDB mainline
lldb_protocol::mcp::InitializeParams Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ capabilities

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().

◆ clientInfo

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().

◆ protocolVersion

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().


The documentation for this struct was generated from the following file: