mcp-use TypeScript API
    Preparing search index...

    Interface PendingElicitationRequest

    A server elicitation request awaiting UI or application approval.

    interface PendingElicitationRequest {
        id: string;
        request: {} | {};
        serverName: string;
        timestamp: number;
    }
    Index
    id: string

    Unique request identifier generated by the provider.

    request: {} | {}

    Form or URL elicitation request received from the server.

    serverName: string

    Name of the server that issued the request.

    timestamp: number

    Unix timestamp in milliseconds when the request was received.