Documentation
    Preparing search index...

    Interface CvmRequestOptions

    Per-request options for cvm.request.

    interface CvmRequestOptions {
        initialize?: boolean;
        payment?: "deny" | "prompt" | "allow";
        timeoutMs?: number;
    }
    Index

    Properties

    initialize?: boolean

    Perform an MCP initialize handshake before the request.

    payment?: "deny" | "prompt" | "allow"

    Payment policy when a server requires value exchange (NAP-VALUE).

    timeoutMs?: number

    Abort the request after this many milliseconds.