From d0ed31b00819143d8e5462eb1c3fae1ce0ae3e53 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 5 Jun 2025 16:12:31 +0800 Subject: [PATCH] fix: agent app show mcp not support warning --- .../app/configuration/config/agent/agent-tools/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/app/configuration/config/agent/agent-tools/index.tsx b/web/app/components/app/configuration/config/agent/agent-tools/index.tsx index 6c7bb67ddb..1b6004ff59 100644 --- a/web/app/components/app/configuration/config/agent/agent-tools/index.tsx +++ b/web/app/components/app/configuration/config/agent/agent-tools/index.tsx @@ -165,6 +165,7 @@ const AgentTools: FC = () => { onSelect={handleSelectTool} onSelectMultiple={handleSelectMultipleTool} selectedTools={tools as unknown as ToolValue[]} + canChooseMCPTool /> )}