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

Primitive string property schema for form elicitation. More...

#include <elicitation.hpp>

Public Attributes

std::optional< std::string > title
 Optional display title.
 
std::optional< std::string > description
 Optional display description.
 
std::optional< std::string > format
 Optional JSON Schema string format, such as email.
 
std::optional< std::int64_t > min_length
 Optional minimum string length.
 
std::optional< std::int64_t > max_length
 Optional maximum string length.
 
std::optional< std::string > default_value
 Optional default string value.
 
Json extensions = Json::object()
 Unknown JSON members preserved for forward-compatible round trips.
 

Detailed Description

Primitive string property schema for form elicitation.


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