Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Interface GetNotebookInfoRequestMessage

    Get notebook info request (MCP tool support)

    interface GetNotebookInfoRequestMessage {
        body: Record<string, never>;
        requestId: string;
        type: "get-notebook-info-request";
    }
    Index

    Properties

    Properties

    body: Record<string, never>

    Empty payload

    requestId: string

    Request ID for correlation

    type: "get-notebook-info-request"

    Message type discriminator