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 } +