Remove mcp-gateway/wave-mcp/src/constants.ts

This commit is contained in:
Zac Gaetano 2026-03-31 15:33:17 -04:00
parent 20922d9711
commit 5f27bd4c76

View file

@ -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;