Packages

Gleam library for building Model Context Protocol servers and transports

Current section

Files

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

include/mcp_toolkit@core@json_schema_Not.hrl

-record('not', {
nullable :: boolean(),
metadata :: list({binary(), gleam@dynamic:dynamic_()}),
schema :: mcp_toolkit@core@json_schema:schema()
}).