Skip to content

Commit f7a901e

Browse files
committed
Adds Svelte MCP configuration
Adds a configuration for the Svelte MCP server, allowing users to connect to the Svelte-specific MCP instance.
1 parent e7ec66a commit f7a901e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/mcp.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"servers": {
3-
43
"chrome-devtools": {
54
"command": "npx",
65
"args": [
@@ -24,6 +23,9 @@
2423
"@playwright/mcp@latest"
2524
],
2625
"type": "stdio"
27-
}
26+
},
27+
"svelte": {
28+
"url": "https://mcp.svelte.dev/mcp"
29+
},
2830
}
2931
}

0 commit comments

Comments
 (0)