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