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

    Interface CLIOptions

    Parsed command-line options for the MCP server binary.

    All fields are optional: absent fields indicate the flag was not provided on the command line.

    interface CLIOptions {
        health?: boolean;
        help?: boolean;
        version?: boolean;
    }
    Index

    Properties

    health?: boolean

    Show health-check / diagnostics JSON and exit

    help?: boolean

    Show usage / help text and exit

    version?: boolean

    Show version string and exit