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

    Type Alias McpServerStatusUpdatedNotification

    type McpServerStatusUpdatedNotification = {
        error: string | null;
        failureReason: McpServerStartupFailureReason | null;
        name: string;
        status: McpServerStartupState;
        threadId: string | null;
    }
    Index

    Properties

    error: string | null
    failureReason: McpServerStartupFailureReason | null
    name: string
    threadId: string | null