File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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';
2323import ContinueIcon from '../../assets/continue.svg' ;
2424import CursorIcon from '../../assets/cursor.svg' ;
2525import GordonIcon from '../../assets/gordon-icon.png' ;
26- import WindsurfIcon from '../../assets/windsurf.svg' ;
2726import { CATALOG_LAYOUT_SX , DOCKER_MCP_COMMAND } from '../../Constants' ;
2827
2928// Initialize the Docker Desktop client
@@ -37,7 +36,6 @@ const iconMap = {
3736 'Claude Desktop' : ClaudeIcon ,
3837 Gordon : GordonIcon ,
3938 Cursor : CursorIcon ,
40- Windsurf : WindsurfIcon ,
4139 'Continue.dev' : ContinueIcon ,
4240} ;
4341
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 * Barrels are bad except when they're good.
77 */
88
9- import Cursor from "./Cursor" ;
109import ClaudeDesktop from "./ClaudeDesktop" ;
1110import ContinueDotDev from "./ContinueDotDev" ;
11+ import Cursor from "./Cursor" ;
1212import Gordon from "./Gordon" ;
13- import Windsurf from "./Windsurf" ;
1413import { MCPClient } from "./MCPTypes" ;
1514
1615export const SUPPORTED_MCP_CLIENTS : MCPClient [ ] = [
1716 Gordon ,
1817 ClaudeDesktop ,
1918 Cursor ,
20- Windsurf ,
2119 ContinueDotDev ,
2220]
You can’t perform that action at this time.
0 commit comments