Packages

Gleam library for building Model Context Protocol servers and transports

Current section

Files

Jump to
mcp_toolkit include mcp_toolkit@transport@interface_TransportMessage.hrl
Raw

include/mcp_toolkit@transport@interface_TransportMessage.hrl

-record(transport_message, {
content :: binary(),
id :: gleam@option:option(binary())
}).