Member Junction
    Preparing search index...

    Function publishMCPOAuthEvent

    • Publishes an OAuth event to the subscription topic. Can be called from other resolvers or handlers to notify clients of OAuth events.

      Parameters

      • pubSub: PubSubEngine

        PubSub engine

      • event: {
            authorizationUrl?: string;
            connectionId: string;
            errorMessage?: string;
            eventType: MCPOAuthEventType;
            requiresReauthorization?: boolean;
            stateParameter?: string;
        }

        OAuth event details

      Returns Promise<void>