Packages

Gleam library for building Model Context Protocol servers and transports

Current section

Files

Jump to
mcp_toolkit include mcp_toolkit@core@json_schema_Generator.hrl
Raw

include/mcp_toolkit@core@json_schema_Generator.hrl

-record(generator, {
generate_decoders :: boolean(),
generate_encoders :: boolean(),
dynamic_used :: boolean(),
option_used :: boolean(),
dict_used :: boolean(),
required_properties_used :: boolean(),
types :: gleam@dict:dict(binary(), binary()),
functions :: gleam@dict:dict(binary(), binary()),
root_name :: binary(),
constructors :: gleam@set:set(binary())
}).