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;