LLDB mainline
lldb_protocol::mcp::Resource Struct Reference

A known resource that the server is capable of reading. More...

#include <Protocol.h>

Public Attributes

std::string uri
 The URI of this resource.
std::string name
 A human-readable name for this resource.
std::string description = ""
 A description of what this resource represents.
std::string mimeType = ""
 The MIME type of this resource, if known.

Detailed Description

A known resource that the server is capable of reading.

Definition at line 108 of file Protocol.h.

Member Data Documentation

◆ description

std::string lldb_protocol::mcp::Resource::description = ""

◆ mimeType

std::string lldb_protocol::mcp::Resource::mimeType = ""

◆ name

std::string lldb_protocol::mcp::Resource::name

◆ uri


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