mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 18:21:56 +00:00
fixes MCP litellm
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user