mcp-use TypeScript API
    Preparing search index...

    Type Alias ViewLifecycleEvent

    Lifecycle update emitted by ViewRenderer.

    type ViewLifecycleEvent = {
        error?: string;
        status: ViewLifecycleStatus;
    }
    Index
    error?: string

    Error message when status is "error".

    Current lifecycle stage.