Add wave-mcp/src/constants.ts

This commit is contained in:
zgaetano 2026-03-31 15:33:48 -04:00
parent 2c52d555f2
commit f134b18bde

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;