LLDB mainline
|
The server's response to a tools/list request from the client. More...
#include <Protocol.h>
Public Attributes | |
std::vector< ToolDefinition > | tools |
The server's response to a tools/list request from the client.
Definition at line 280 of file Protocol.h.
std::vector<ToolDefinition> lldb_protocol::mcp::ListToolsResult::tools |
Definition at line 281 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_protocol::mcp::toJSON(), and lldb_protocol::mcp::Server::ToolsListHandler().