pub fn with_hooks<H: ServerHandler>(
inner: H,
hooks: Arc<ToolHooks>,
) -> HookedHandler<H>Expand description
Construct a crate::tool_hooks::HookedHandler from an inner handler and hooks.
pub fn with_hooks<H: ServerHandler>(
inner: H,
hooks: Arc<ToolHooks>,
) -> HookedHandler<H>Construct a crate::tool_hooks::HookedHandler from an inner handler and hooks.