mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
MCP server create & update
This commit is contained in:
@ -141,7 +141,6 @@ const CardView: FC<ICardViewProps> = ({ appId, isInPanel, className }) => {
|
||||
{isInPanel && appDetail.mode === 'workflow' && (
|
||||
<MCPServiceCard
|
||||
appInfo={appDetail}
|
||||
onGenerateCode={onGenerateCode}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user