Skip to content

Commit 6203309

Browse files
committed
Remove client not supported by the docker mcp cli
Signed-off-by: David Gageot <[email protected]>
1 parent fe4f563 commit 6203309

File tree

4 files changed

+1
-143
lines changed

4 files changed

+1
-143
lines changed

src/extension/ui/src/assets/windsurf.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/extension/ui/src/components/tabs/YourClients.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import ClaudeIcon from '../../assets/claude-ai-icon.svg';
2323
import ContinueIcon from '../../assets/continue.svg';
2424
import CursorIcon from '../../assets/cursor.svg';
2525
import GordonIcon from '../../assets/gordon-icon.png';
26-
import WindsurfIcon from '../../assets/windsurf.svg';
2726
import { 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

src/extension/ui/src/mcp-clients/Windsurf.ts

Lines changed: 0 additions & 133 deletions
This file was deleted.

src/extension/ui/src/mcp-clients/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
* Barrels are bad except when they're good.
77
*/
88

9-
import Cursor from "./Cursor";
109
import ClaudeDesktop from "./ClaudeDesktop";
1110
import ContinueDotDev from "./ContinueDotDev";
11+
import Cursor from "./Cursor";
1212
import Gordon from "./Gordon";
13-
import Windsurf from "./Windsurf";
1413
import { MCPClient } from "./MCPTypes";
1514

1615
export const SUPPORTED_MCP_CLIENTS: MCPClient[] = [
1716
Gordon,
1817
ClaudeDesktop,
1918
Cursor,
20-
Windsurf,
2119
ContinueDotDev,
2220
]

0 commit comments

Comments
 (0)