@mcp-z/mcp-outlook
    Preparing search index...

    Interface StorageContext

    interface StorageContext {
        baseUrl?: string;
        storageDir: string;
        transport: TransportConfig;
    }
    Index

    Properties

    baseUrl?: string
    storageDir: string
    transport: TransportConfig