Skip to content

@maxhealth.tech/prefab / mcp / McpElicitUrlRequest

Type Alias: McpElicitUrlRequest

ts
type McpElicitUrlRequest = object;

Defined in: mcp/types.ts:249

URL-mode elicitation: the client sends the user out of band and reports back.

Properties

method

ts
method: "elicitation/create";

Defined in: mcp/types.ts:250


params

ts
params: object;

Defined in: mcp/types.ts:251

mode

ts
mode: "url";

message

ts
message: string;

url

ts
url: string;

Released under the MIT License.