MCP server create & update

This commit is contained in:
jZonG
2025-05-27 17:15:55 +08:00
parent f0fca59f31
commit 938a180aff
3 changed files with 36 additions and 15 deletions

View File

@ -141,7 +141,6 @@ const CardView: FC<ICardViewProps> = ({ appId, isInPanel, className }) => {
{isInPanel && appDetail.mode === 'workflow' && (
<MCPServiceCard
appInfo={appDetail}
onGenerateCode={onGenerateCode}
/>
)}
</div>