From 7c47a39ae384a57c19def7f7280b31518e2628a3 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8F=AA=20mcpStringUtils.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/mcp/mcpStringUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/mcp/mcpStringUtils.ts b/src/services/mcp/mcpStringUtils.ts index 1de8025..84e7829 100644 --- a/src/services/mcp/mcpStringUtils.ts +++ b/src/services/mcp/mcpStringUtils.ts @@ -104,3 +104,4 @@ export function extractMcpToolDisplayName(userFacingName: string): string { // If no dash found, return the string without (MCP) return withoutSuffix } +