|
cxxmcp 1.1.6
C++ MCP SDK
|
Primitive JSON Schema helpers used by public SDK builders. More...
#include <schema.hpp>
Static Public Member Functions | |
| static Json | any () |
| static Json | object () |
| static Json | string () |
| static Json | integer () |
| static Json | number () |
| static Json | boolean () |
| static Json | array (Json items) |
| static Json | string_enum (std::vector< std::string > values) |
Primitive JSON Schema helpers used by public SDK builders.