Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface FileSystemCapability

    File system capabilities supported by the client. Determines which file operations the agent can request.

    interface FileSystemCapability {
        readTextFile?: boolean;
        writeTextFile?: boolean;
    }
    Index

    Properties

    readTextFile?: boolean

    Whether the Client supports fs/read_text_file requests.

    writeTextFile?: boolean

    Whether the Client supports fs/write_text_file requests.