import type { AxMCPOAuthOptions } from '../oauth/types.js'; export interface AxMCPStreamableHTTPTransportOptions { headers?: Record; authorization?: string; oauth?: AxMCPOAuthOptions; }