Skip to content

Commit e9214bc

Browse files
chore: apply suggestions from code review
Co-authored-by: Rich Harris <[email protected]>
1 parent 3106305 commit e9214bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

documentation/docs/20-setup/30-remote-setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ You can choose your preferred `scope` (it must be `user`, `project` or `local`)
1818

1919
## Claude Desktop
2020

21-
- Open `Settings > Connectors`
22-
- Click on `Add Custom Connector`
21+
- Open Settings > Connectors
22+
- Click on Add Custom Connector
2323
- Insert the name you prefer most
2424
- Insert `https://mcp.svelte.dev/mcp` as the `Remote MCP server URL`
25-
- Click `Add`
25+
- Click Add
2626

2727
## Codex CLI
2828

@@ -46,15 +46,15 @@ gemini mcp add -t http -s [scope] svelte https://mcp.svelte.dev/mcp
4646

4747
You can choose your preferred `scope` (it must be `user`, `project` or `local`) and `name`.
4848

49-
## Opencode
49+
## OpenCode
5050

5151
Run the command:
5252

5353
```bash
5454
opencode mcp add
5555
```
5656

57-
and follow the instructions, selecting Remote when asked for "Select MCP server type":
57+
and follow the instructions, selecting 'Remote' under the 'Select MCP server type' prompt:
5858

5959
```bash
6060
opencode mcp add
@@ -73,9 +73,9 @@ opencode mcp add
7373

7474
You can choose your preferred `name`.
7575

76-
## VSCode
76+
## VS Code
7777

78-
- Open the command Palette
78+
- Open the command palette
7979
- Select "MCP: Add Server..."
8080
- Select "HTTP (HTTP or Server-Sent-Events)"
8181
- Insert `https://mcp.svelte.dev/mcp` in the input and press `Enter`
@@ -84,7 +84,7 @@ You can choose your preferred `name`.
8484

8585
## Cursor
8686

87-
- Open the command Palette
87+
- Open the command palette
8888
- Select "View: Open MCP Settings"
8989
- Click on "Add custom MCP"
9090

0 commit comments

Comments
 (0)