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

    Interface FileReservation

    Result of reserving or writing a file storedName format: {id}{delimiter}{filename} (e.g., 'abc123-report.pdf')

    interface FileReservation {
        fullPath: string;
        id: string;
        storedName: string;
    }
    Index

    Properties

    fullPath: string
    id: string
    storedName: string