Skip to content

Commit 60aa303

Browse files
Merge pull request #80 from UltimateStarCoder/patch-1
2 parents 917a93d + 17ed3a3 commit 60aa303

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ It will open a file with your MCP servers where you can add the following config
105105

106106
```json
107107
{
108-
"mcpServers" {
109-
"svelte": {
110-
"type": "http",
111-
"url": "https://mcp.svelte.dev/mcp",
112-
"tools": ["*"]
113-
}
114-
}
108+
"mcpServers": {
109+
"svelte": {
110+
"type": "http",
111+
"url": "https://mcp.svelte.dev/mcp",
112+
"tools": ["*"]
113+
}
114+
}
115115
}
116116
```
117117

0 commit comments

Comments
 (0)