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

    Committee assignment

    interface CommitteeAssignment {
        abbreviation: string;
        role: "OPINION" | "LEAD";
        rapporteur?: string;
    }
    Index

    Properties

    abbreviation: string
    role: "OPINION" | "LEAD"
    rapporteur?: string