export declare const BITMOVIN_MCP_URL = "https://mcp.bitmovin.com"; export declare const MCP_AUTH_HEADER = "x-api-key"; /** args for `claude mcp add`; the header argument carries the API key. */ export declare function claudeMcpAddArgs(apiKey: string): { args: string[]; redact: number[]; }; /** Probe args: exit 0 means the server is already configured. */ export declare function claudeMcpProbeArgs(): string[]; /** Entry for ~/.cursor/mcp.json under mcpServers.bitmovin */ export declare function cursorMcpEntry(apiKey: string): Record; /** Entry for ~/.gemini/settings.json under mcpServers.bitmovin (Gemini uses httpUrl for streamable HTTP) */ export declare function geminiMcpEntry(apiKey: string): Record; /** TOML block appended to ~/.codex/config.toml */ export declare function buildCodexTomlBlock(apiKey: string): string; //# sourceMappingURL=mcp.d.ts.map