@modelcontextprotocol/ext-apps - v0.0.1
    Preparing search index...

    State returned by the useApp hook.

    interface AppState {
        app: App | null;
        error: Error | null;
        isConnected: boolean;
    }
    Index

    Properties

    Properties

    app: App | null

    The connected App instance, null during initialization

    error: Error | null

    Connection error if initialization failed, null otherwise

    isConnected: boolean

    Whether initialization completed successfully