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