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

This commit is contained in:
Zac Gaetano 2026-03-31 15:33:03 -04:00
parent 30b0d51980
commit c26ec135be

View file

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