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