Skip to content

Commit 5e779a6

Browse files
committed
Manual instructions should be more similar
Signed-off-by: David Gageot <[email protected]>
1 parent c0b92c2 commit 5e779a6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class ClaudeDesktopClient implements MCPClient {
55
name = "Claude Desktop";
66
url = "https://claude.ai/download";
77
manualConfigSteps = [
8-
"Open Claude Desktop",
98
"Select <strong>Claude Settings</strong>",
109
"Click on the <strong>Developer</strong> tab",
1110
"Click on the <strong>Edit Config</strong> button",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class ContinueDotDev implements MCPClient {
66
name = "Continue.dev";
77
url = "https://continue.dev/";
88
manualConfigSteps = [
9-
"Open <strong>Continue.dev Settings </strong>",
10-
"in your global .continue folder (~/.continue on Mac, %USERPROFILE%.continue) within .continue/assistants. The name of the file will be used as the display name of the assistant, e.g. My Assistant.yaml",
11-
"Add block mcpServers:",
9+
"Open <strong>Continue.dev Settings</strong>",
10+
"In your global .continue folder (~/.continue on Mac/Linux, %USERPROFILE%.continue on Windows), within .continue/assistants. The name of the file will be used as the display name of the assistant, e.g. My Assistant.yaml",
11+
"Add block <code>mcpServers</code>:",
1212
stringify(SAMPLE_MCP_CONFIG),
1313
];
1414
expectedConfigPath = {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class GordonMCPClient implements MCPClient {
1717
url = 'https://docs.docker.com/desktop/features/gordon/mcp/yaml/';
1818
manualConfigSteps = [
1919
'Enable Gordon in Docker Desktop',
20-
'Write gordon-mcp.yml to the directory you want to connect to',
20+
'Write <code>gordon-mcp.yml</code> to the directory you want to connect to',
2121
'Add MCP_DOCKER to the <code>services</code> section:' +
2222
'<pre style="font-family: monospace; overflow: auto; width: 80%; background-color: grey.200; padding: 1; border-radius: 1; font-size: 12px;">' +
2323
DOCKER_MCP_CONFIG_YAML +

0 commit comments

Comments
 (0)