Packages

Gleam library for building Model Context Protocol servers and transports

Current section

Files

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

include/mcp_toolkit@core@json_schema_DuplicatePropertyError.hrl

-record(duplicate_property_error, {
type_name :: binary(),
constructor_name :: binary(),
property_name :: binary()
}).