pub trait HasProgressTokenParam: Params {
// Required method
fn progress_token(&self) -> Option<&ProgressToken>;
}
Expand description
Core MCP protocol types and error handling
pub trait HasProgressTokenParam: Params {
// Required method
fn progress_token(&self) -> Option<&ProgressToken>;
}
Core MCP protocol types and error handling