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