From 5f27bd4c762507cdc58a47fcb6daebb69821c563 Mon Sep 17 00:00:00 2001 From: zgaetano Date: Tue, 31 Mar 2026 15:33:17 -0400 Subject: [PATCH] Remove mcp-gateway/wave-mcp/src/constants.ts --- mcp-gateway/wave-mcp/src/constants.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 mcp-gateway/wave-mcp/src/constants.ts diff --git a/mcp-gateway/wave-mcp/src/constants.ts b/mcp-gateway/wave-mcp/src/constants.ts deleted file mode 100644 index 5763328..0000000 --- a/mcp-gateway/wave-mcp/src/constants.ts +++ /dev/null @@ -1,4 +0,0 @@ -export const WAVE_GRAPHQL_URL = "https://gql.waveapps.com/graphql/public"; -export const CHARACTER_LIMIT = 25000; -export const DEFAULT_PAGE_SIZE = 20; -export const MAX_PAGE_SIZE = 100;