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

This commit is contained in:
Zac Gaetano 2026-03-31 15:29:46 -04:00
parent b7355e817f
commit 3fcdd42fd6

View file

@ -0,0 +1,4 @@
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;