LLDB mainline
lldb_protocol::mcp::ReadResourceParams Struct Reference

Sent from the client to the server, to read a specific resource URI. More...

#include <Protocol.h>

Public Attributes

std::string uri
 The URI of the resource to read.

Detailed Description

Sent from the client to the server, to read a specific resource URI.

Definition at line 151 of file Protocol.h.

Member Data Documentation

◆ uri

std::string lldb_protocol::mcp::ReadResourceParams::uri

The URI of the resource to read.

The URI can use any protocol; it is up to the server how to interpret it.

Definition at line 154 of file Protocol.h.

Referenced by lldb_protocol::mcp::fromJSON(), lldb_protocol::mcp::Server::ResourcesReadHandler(), and lldb_protocol::mcp::toJSON().


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