LLDB mainline
lldb_protocol::mcp::CallToolParams Struct Reference

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

Detailed Description

Used by the client to invoke a tool provided by the server.

Definition at line 291 of file Protocol.h.

Member Data Documentation

◆ arguments

std::optional<llvm::json::Value> lldb_protocol::mcp::CallToolParams::arguments

◆ name

std::string lldb_protocol::mcp::CallToolParams::name

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