From 102d1f905875456a3292998653e689d6dc0ad0c1 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=97=20index.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcp-server/src/index.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mcp-server/src/index.ts b/mcp-server/src/index.ts index 77f625f..41bc9ad 100644 --- a/mcp-server/src/index.ts +++ b/mcp-server/src/index.ts @@ -22,12 +22,6 @@ main().catch((err) => { console.error("Fatal error:", err); process.exit(1); }); - -// --------------------------------------------------------------------------- -// Helpers -// --------------------------------------------------------------------------- - -async function dirExists(p: string): Promise { try { return (await fs.stat(p)).isDirectory(); } catch { @@ -984,3 +978,4 @@ main().catch((err) => { process.exit(1); }); +