Merge branch 'feat/mcp-frontend' into deploy/dev

This commit is contained in:
Joel
2025-06-30 14:48:42 +08:00

View File

@ -188,6 +188,8 @@ const MultipleToolSelector = ({
panelShowState={panelShowState}
onPanelShowStateChange={setPanelShowState}
isEdit={false}
canChooseMCPTool={canChooseMCPTool}
onSelectMultiple={handleAddMultiple}
/>
</>
)