pub type Handler = Box<dyn Fn(Value) -> Result<Value> + Send + Sync>;
Handler function type for MCP tool calls (synchronous).
pub struct Handler(/* private fields */);