import type * as ElevenLabs from "../index"; /** * Optional auth connection to use for authentication with this MCP server */ export type McpServerConfigInputAuthConnection = ElevenLabs.AuthConnectionLocator | ElevenLabs.EnvironmentAuthConnectionLocator;