Skip to content

@maxhealth.tech/prefab / mcp / McpElicitFormRequest

Type Alias: McpElicitFormRequest

ts
type McpElicitFormRequest = object;

Defined in: mcp/types.ts:239

Form-mode elicitation: the client renders the schema and returns the values.

Properties

method

ts
method: "elicitation/create";

Defined in: mcp/types.ts:240


params

ts
params: object;

Defined in: mcp/types.ts:241

mode?

ts
optional mode?: "form";

message

ts
message: string;

requestedSchema

ts
requestedSchema: McpRestrictedSchema;

Released under the MIT License.