File tree Expand file tree Collapse file tree 4 files changed +1
-143
lines changed Expand file tree Collapse file tree 4 files changed +1
-143
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import ClaudeIcon from '../../assets/claude-ai-icon.svg';
23
23
import ContinueIcon from '../../assets/continue.svg' ;
24
24
import CursorIcon from '../../assets/cursor.svg' ;
25
25
import GordonIcon from '../../assets/gordon-icon.png' ;
26
- import WindsurfIcon from '../../assets/windsurf.svg' ;
27
26
import { CATALOG_LAYOUT_SX , DOCKER_MCP_COMMAND } from '../../Constants' ;
28
27
29
28
// Initialize the Docker Desktop client
@@ -37,7 +36,6 @@ const iconMap = {
37
36
'Claude Desktop' : ClaudeIcon ,
38
37
Gordon : GordonIcon ,
39
38
Cursor : CursorIcon ,
40
- Windsurf : WindsurfIcon ,
41
39
'Continue.dev' : ContinueIcon ,
42
40
} ;
43
41
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
* Barrels are bad except when they're good.
7
7
*/
8
8
9
- import Cursor from "./Cursor" ;
10
9
import ClaudeDesktop from "./ClaudeDesktop" ;
11
10
import ContinueDotDev from "./ContinueDotDev" ;
11
+ import Cursor from "./Cursor" ;
12
12
import Gordon from "./Gordon" ;
13
- import Windsurf from "./Windsurf" ;
14
13
import { MCPClient } from "./MCPTypes" ;
15
14
16
15
export const SUPPORTED_MCP_CLIENTS : MCPClient [ ] = [
17
16
Gordon ,
18
17
ClaudeDesktop ,
19
18
Cursor ,
20
- Windsurf ,
21
19
ContinueDotDev ,
22
20
]
You can’t perform that action at this time.
0 commit comments