From c26ec135be84116f294c8237d95c4e6cd0048828 Mon Sep 17 00:00:00 2001 From: zgaetano Date: Tue, 31 Mar 2026 15:33:03 -0400 Subject: [PATCH] Remove mcp-gateway/erpnext-mcp/src/constants.ts --- mcp-gateway/erpnext-mcp/src/constants.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 mcp-gateway/erpnext-mcp/src/constants.ts diff --git a/mcp-gateway/erpnext-mcp/src/constants.ts b/mcp-gateway/erpnext-mcp/src/constants.ts deleted file mode 100644 index 1bdbb73..0000000 --- a/mcp-gateway/erpnext-mcp/src/constants.ts +++ /dev/null @@ -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";