cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::protocol::Prompt Struct Reference

Prompt descriptor returned by prompts/list. More...

#include <prompt.hpp>

Public Attributes

std::string title
 Optional human-readable display title.
 
std::string name
 Stable prompt name used by prompts/get.
 
std::string description
 Optional human-readable description.
 
std::vector< PromptArgumentarguments
 Prompt arguments accepted by this prompt.
 
std::vector< Iconicons
 Optional icon descriptors for client presentation.
 
Json annotations = Json::object()
 Optional annotations for model or client presentation.
 
std::optional< Jsonmeta
 Optional _meta extension object preserved on the wire.
 
Json extensions = Json::object()
 Unknown JSON members preserved for forward-compatible round trips.
 

Detailed Description

Prompt descriptor returned by prompts/list.


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