LLDB mainline
|
Used by the client to invoke a tool provided by the server. More...
#include <Protocol.h>
Public Attributes | |
std::string | name |
std::optional< llvm::json::Value > | arguments |
Used by the client to invoke a tool provided by the server.
Definition at line 291 of file Protocol.h.
std::optional<llvm::json::Value> lldb_protocol::mcp::CallToolParams::arguments |
Definition at line 293 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_protocol::mcp::toJSON(), and lldb_protocol::mcp::Server::ToolsCallHandler().
std::string lldb_protocol::mcp::CallToolParams::name |
Definition at line 292 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_protocol::mcp::toJSON(), and lldb_protocol::mcp::Server::ToolsCallHandler().