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

    Report section structure

    interface ReportSection {
        content: string;
        title: string;
        data?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    content: string
    title: string
    data?: Record<string, unknown>