pub type JsonObject = Map<String, Value>;
A JSON object, as MCP tool arguments arrive.
pub struct JsonObject { /* private fields */ }