Skip to content

Commit 0aa547a

Browse files
Sync mcp docs (#1626)
Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent ab5047f commit 0aa547a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/svelte.dev/content/docs/mcp/20-setup/30-remote-setup.md

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

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

0 commit comments

Comments
 (0)