Packages

Gleam library for building Model Context Protocol servers and transports

Current section

Files

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

include/mcp_toolkit@core@json_schema_Array.hrl

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