Packages

Gleam library for building Model Context Protocol servers and transports

Current section

Files

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

include/mcp_toolkit@core@json_schema_RootSchema.hrl

-record(root_schema, {
definitions :: list({binary(), mcp_toolkit@core@json_schema:schema()}),
schema :: mcp_toolkit@core@json_schema:schema()
}).