chore: in tool picker can not choose mcp

This commit is contained in:
Joel
2025-05-27 15:21:59 +08:00
parent 8d2238d631
commit d1983e4d06
3 changed files with 13 additions and 7 deletions

View File

@ -83,6 +83,7 @@ const Tabs: FC<TabsProps> = ({
customTools={customTools || []}
workflowTools={workflowTools || []}
mcpTools={mcpTools || []}
isHideMCPTools
/>
)
}