/** * This file was auto-generated by Fern from our API Definition. */ export interface ExternalServerRequest { /** The name of the external server */ name: string; /** The URL of the external MCP server */ url: string; /** Optional HTTP headers to include when connecting to the external server (e.g., for bearer authentication) */ headers?: Record; }