fixes MCP litellm

This commit is contained in:
Ishaan Jaff
2025-06-13 15:01:34 -07:00
parent aefba7395f
commit 18a5f2bb10
@@ -79,15 +79,18 @@ const CreateMCPServer: React.FC<CreateMCPServerProps> = ({
<Modal
title={
<div className="flex items-center space-x-3 pb-4 border-b border-gray-100">
<div className="w-10 h-10 bg-white rounded-lg flex items-center justify-center shadow-sm border border-gray-200">
<img
src={mcpLogoImg}
alt="MCP Logo"
className="w-8 h-8 object-contain"
style={{
height: '20px',
width: '20px',
marginRight: '8px',
objectFit: 'contain'
}}
/>
<h2 className="text-xl font-semibold text-gray-900">Add New MCP Server</h2>
<p className="text-sm text-gray-500 mt-1">Configure your MCP server connection</p>
</div>
</div>
}
open={isModalVisible}