Skip to content

@maxhealth.tech/prefab / mcp / FormInputRequestOptions

Interface: FormInputRequestOptions

Defined in: mcp/input-required.ts:156

Properties

key?

ts
optional key?: string;

Defined in: mcp/input-required.ts:161

Key the request is filed under, and the key the answer comes back on.

Default

ts
'form'

message?

ts
optional message?: string;

Defined in: mcp/input-required.ts:163

Prompt shown to the user.

Default

ts
the field list's own title, or a generic ask

requestState?

ts
optional requestState?: string;

Defined in: mcp/input-required.ts:165

Opaque state echoed back on the retry. Sign it; see the SDK's request-state codec.

Released under the MIT License.