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