We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 917a93d + 17ed3a3 commit 60aa303Copy full SHA for 60aa303
documentation/docs/20-setup/30-remote-setup.md
@@ -105,13 +105,13 @@ It will open a file with your MCP servers where you can add the following config
105
106
```json
107
{
108
- "mcpServers" {
109
- "svelte": {
110
- "type": "http",
111
- "url": "https://mcp.svelte.dev/mcp",
112
- "tools": ["*"]
113
- }
114
+ "mcpServers": {
+ "svelte": {
+ "type": "http",
+ "url": "https://mcp.svelte.dev/mcp",
+ "tools": ["*"]
+ }
115
}
116
```
117
0 commit comments