🏪 mcpStringUtils.ts

This commit is contained in:
nirholas
2026-03-31 10:23:52 +00:00
parent e3e22ef15b
commit 7c47a39ae3

View File

@@ -104,3 +104,4 @@ export function extractMcpToolDisplayName(userFacingName: string): string {
// If no dash found, return the string without (MCP) // If no dash found, return the string without (MCP)
return withoutSuffix return withoutSuffix
} }