European Parliament MCP Server API - v1.0.1
    Preparing search index...

    Interface FileAuditSinkOptions

    Constructor options for FileAuditSink.

    interface FileAuditSinkOptions {
        filePath: string;
        maxSizeBytes?: number;
    }
    Index

    Properties

    filePath: string

    Absolute path to the NDJSON log file

    maxSizeBytes?: number

    Maximum file size in bytes before log rotation (default: 10 MiB)