@maxhealth.tech/prefab / mcp / McpElicitResult
Type Alias: McpElicitResult
ts
type McpElicitResult = object;Defined in: mcp/types.ts:264
What the client sends back for one request, keyed the same way.
Properties
action
ts
action: "accept" | "decline" | "cancel";Defined in: mcp/types.ts:265
content?
ts
optional content?: Record<string, string | number | boolean | string[]>;Defined in: mcp/types.ts:266