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