|
cxxmcp 1.1.6
C++ MCP SDK
|
Primitive integer 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::int64_t > | minimum |
| Optional inclusive minimum. | |
| std::optional< std::int64_t > | maximum |
| Optional inclusive maximum. | |
| std::optional< std::int64_t > | default_value |
| Optional default integer value. | |
| Json | extensions = Json::object() |
| Unknown JSON members preserved for forward-compatible round trips. | |
Primitive integer property schema for form elicitation.