@squidcloud/backend
    Preparing search index...

    Interface McpAuthorizationRequest

    Represents a request to authorize an MCP request.

    interface McpAuthorizationRequest {
        body: any;
        headers: Record<string, string>;
        queryParams: Record<string, string>;
    }
    Index

    Properties

    body: any

    The parsed body of the webhook request.

    headers: Record<string, string>

    A record of HTTP headers included in the webhook request.

    queryParams: Record<string, string>

    A record of query parameters included in the webhook request.