Add mcp-gateway/wave-mcp/src/constants.ts
This commit is contained in:
parent
b7355e817f
commit
3fcdd42fd6
1 changed files with 4 additions and 0 deletions
4
mcp-gateway/wave-mcp/src/constants.ts
Normal file
4
mcp-gateway/wave-mcp/src/constants.ts
Normal 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;
|
||||
Loading…
Reference in a new issue