pub trait HasMetaParam: Params {
// Required method
fn meta(&self) -> Option<&HashMap<String, Value>>;
}
Expand description
Core MCP protocol types and error handling
pub trait HasMetaParam: Params {
// Required method
fn meta(&self) -> Option<&HashMap<String, Value>>;
}
Core MCP protocol types and error handling