7
7
Card ,
8
8
CardContent ,
9
9
CardHeader ,
10
- Chip ,
11
10
CircularProgress ,
12
11
Collapse ,
13
12
Divider ,
@@ -16,12 +15,10 @@ import {
16
15
ListItem ,
17
16
ListItemText ,
18
17
Stack ,
19
- Tooltip ,
20
- Typography ,
18
+ Typography
21
19
} from '@mui/material' ;
22
20
import { useState } from 'react' ;
23
21
24
- import ChatGPTIcon from '../../assets/chatgpt.svg' ;
25
22
import ClaudeIcon from '../../assets/claude-ai-icon.svg' ;
26
23
import ContinueIcon from '../../assets/continue.svg' ;
27
24
import CursorIcon from '../../assets/cursor.svg' ;
@@ -74,29 +71,6 @@ const MCPClientSettings = ({ appProps }: MCPClientSettingsProps) => {
74
71
) ;
75
72
}
76
73
) }
77
-
78
- < Card >
79
- < CardHeader
80
- avatar = {
81
- < Avatar
82
- variant = "square"
83
- src = { ChatGPTIcon }
84
- alt = "ChatGPT Desktop"
85
- sx = { {
86
- width : 32 ,
87
- height : 32 ,
88
- borderRadius : 1 ,
89
- } }
90
- />
91
- }
92
- title = {
93
- < Typography variant = "subtitle2" >
94
- { 'ChatGPT' } { ' ' }
95
- < Chip label = "Coming soon" color = "primary" size = "small" />
96
- </ Typography >
97
- }
98
- />
99
- </ Card >
100
74
</ Stack >
101
75
102
76
< Divider > Or</ Divider >
@@ -239,10 +213,10 @@ function ClientSetting({
239
213
< CircularProgress size = { 12 } />
240
214
</ >
241
215
) ) || (
242
- < Typography sx = { { fontSize : 12 , width : 90 } } >
243
- Disconnect
244
- </ Typography >
245
- ) }
216
+ < Typography sx = { { fontSize : 12 , width : 90 } } >
217
+ Disconnect
218
+ </ Typography >
219
+ ) }
246
220
</ Stack >
247
221
</ Button >
248
222
) }
@@ -279,10 +253,10 @@ function ClientSetting({
279
253
< CircularProgress size = { 12 } />
280
254
</ >
281
255
) ) || (
282
- < Typography sx = { { fontSize : 12 , width : 90 } } >
283
- Connect
284
- </ Typography >
285
- ) }
256
+ < Typography sx = { { fontSize : 12 , width : 90 } } >
257
+ Connect
258
+ </ Typography >
259
+ ) }
286
260
</ Stack >
287
261
</ Button >
288
262
) }
@@ -315,10 +289,10 @@ function ClientSetting({
315
289
< CircularProgress size = { 12 } />
316
290
</ >
317
291
) ) || (
318
- < Typography sx = { { fontSize : 12 , width : 90 } } >
319
- Connect
320
- </ Typography >
321
- ) }
292
+ < Typography sx = { { fontSize : 12 , width : 90 } } >
293
+ Connect
294
+ </ Typography >
295
+ ) }
322
296
</ Stack >
323
297
</ Button >
324
298
) }
0 commit comments