@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias McpServerOauthLoginCompletedNotification

    type McpServerOauthLoginCompletedNotification = {
        error?: string;
        name: string;
        success: boolean;
        threadId: string | null;
    }
    Index

    Properties

    error?: string
    name: string
    success: boolean
    threadId: string | null