Skip to content

Commit b98c042

Browse files
Correct JSON structure in remote setup documentation
Fixed JSON syntax for mcpServers configuration.
1 parent 917a93d commit b98c042

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ 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-
}
108+
"mcpServers": {
109+
"svelte": {
110+
"type": "http",
111+
"url": "https://mcp.svelte.dev/mcp",
112+
"tools": ["*"]
113+
}
114114
}
115115
}
116116
```

0 commit comments

Comments
 (0)