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.
mcp
1 parent ab5047f commit 0aa547aCopy full SHA for 0aa547a
apps/svelte.dev/content/docs/mcp/20-setup/30-remote-setup.md
@@ -106,13 +106,13 @@ It will open a file with your MCP servers where you can add the following config
106
107
```json
108
{
109
- "mcpServers" {
110
- "svelte": {
111
- "type": "http",
112
- "url": "https://mcp.svelte.dev/mcp",
113
- "tools": ["*"]
114
- }
115
+ "mcpServers": {
+ "svelte": {
+ "type": "http",
+ "url": "https://mcp.svelte.dev/mcp",
+ "tools": ["*"]
+ }
116
}
117
```
118
0 commit comments