Add mcp-gateway/erpnext-mcp/src/constants.ts
This commit is contained in:
parent
022a4e8d72
commit
0564b1b7f5
1 changed files with 7 additions and 0 deletions
7
mcp-gateway/erpnext-mcp/src/constants.ts
Normal file
7
mcp-gateway/erpnext-mcp/src/constants.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
export const CHARACTER_LIMIT = 25000;
|
||||||
|
export const DEFAULT_PAGE_SIZE = 20;
|
||||||
|
export const MAX_PAGE_SIZE = 100;
|
||||||
|
|
||||||
|
// ERPNext API base paths
|
||||||
|
export const RESOURCE_PATH = "/api/resource";
|
||||||
|
export const METHOD_PATH = "/api/method";
|
||||||
Loading…
Reference in a new issue