Packages

Gleam library for building Model Context Protocol servers and transports

Current section

Files

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

include/mcp_toolkit@core@protocol_ProgressNotification.hrl

-record(progress_notification, {
message :: gleam@option:option(binary()),
progress :: integer(),
progress_token :: mcp_toolkit@core@protocol:progress_token(),
total :: gleam@option:option(integer())
}).