A wrapper around the user defined fn handler function.
fn
Callers pass values accepted by inputSchema (z.input). The wrapper parses input and invokes fn.
inputSchema
z.input
A wrapper around the user defined
fnhandler function.Callers pass values accepted by
inputSchema(z.input). The wrapper parses input and invokesfn.