/** * Auth parameters helper. * In stdio mode, credentials come from environment variables — no inline params needed. * withAuthParams just passes through the schema unchanged. */ export const withAuthParams = (schema) => schema;