From 3647b49934a061ce549f0af88493f58d80ac89a9 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Wed, 11 Jun 2025 15:04:22 +0800 Subject: [PATCH] update --- src/components/chat-view/McpHubView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat-view/McpHubView.tsx b/src/components/chat-view/McpHubView.tsx index 203a4f8..b56a823 100644 --- a/src/components/chat-view/McpHubView.tsx +++ b/src/components/chat-view/McpHubView.tsx @@ -128,11 +128,11 @@ const McpHubView = () => {
- {tool.name.replace('COMPOSIO_SEARCH_', '')} + {tool.name}
{tool.description && ( -

{tool.description.replace('composio', '')}

+

{tool.description}

)} {(tool.inputSchema && (() => { const schema = tool.inputSchema;