From 4fe3c7c63fc1ae491697dc5c093631a614171eae Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 30 Jun 2025 14:46:37 +0800 Subject: [PATCH] fix: can not choose agent tool --- .../plugin-detail-panel/multiple-tool-selector/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx b/web/app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx index c0aa29f2ed..2c700c6dc8 100644 --- a/web/app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx +++ b/web/app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx @@ -188,6 +188,8 @@ const MultipleToolSelector = ({ panelShowState={panelShowState} onPanelShowStateChange={setPanelShowState} isEdit={false} + canChooseMCPTool={canChooseMCPTool} + onSelectMultiple={handleAddMultiple} /> )