Skip to main content

Handler

Type Alias Handler 

Source
pub type Handler = Box<dyn Fn(Value) -> Result<Value> + Send + Sync>;
Expand description

Handler function type for MCP tool calls (synchronous).

Aliased Type§

pub struct Handler(/* private fields */);