Skip to content

@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

ParameterType
fieldsAutoFormField[]
options?FormInputRequestOptions

Returns

McpInputRequiredResult

an input_required result, ready to return from a tool handler.

Released under the MIT License.