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