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