From 437c47680a77928cfe0e22d5810f45932e2c9c30 Mon Sep 17 00:00:00 2001 From: stevehuynh Date: Wed, 14 May 2025 20:57:14 +1000 Subject: [PATCH] chore: remove whitespace --- src/lib/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 7727f68..c580769 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -8,7 +8,6 @@ import path from 'path' import os from 'os' import { OAuthClientInformationFull, OAuthClientInformationFullSchema } from '@modelcontextprotocol/sdk/shared/auth.js' - // Connection constants export const REASON_AUTH_NEEDED = 'authentication-needed' export const REASON_TRANSPORT_FALLBACK = 'falling-back-to-alternate-transport'