cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::protocol::ObjectSchemaBuilder Class Reference

Fluent object-schema builder for tool input and output schemas. More...

#include <schema.hpp>

Public Member Functions

ObjectSchemaBuildertitle (std::string value)
 
ObjectSchemaBuilderdescription (std::string value)
 
ObjectSchemaBuilderproperty (std::string name, Json schema)
 
ObjectSchemaBuilderoptional_property (std::string name, Json schema)
 
ObjectSchemaBuilderrequired (std::string name)
 
ObjectSchemaBuilderrequired_property (std::string name, Json schema)
 
ObjectSchemaBuilderadditional_properties (bool value)
 
Json build () const &
 
Json build () &&
 

Detailed Description

Fluent object-schema builder for tool input and output schemas.


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