@maxhealth.tech/prefab / mcp / formInputRequest
Function: formInputRequest()
ts
function formInputRequest(fields, options?): McpInputRequiredResult;Defined in: mcp/input-required.ts:173
Ask the client to collect these fields, then retry the call.
Parameters
| Parameter | Type |
|---|---|
fields | AutoFormField[] |
options? | FormInputRequestOptions |
Returns
an input_required result, ready to return from a tool handler.