Skip to content

Commit 07737a8

Browse files
committed
Add Claude Code .mcp.json config
1 parent fdb7689 commit 07737a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.mcp.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"mcpServers": {
3-
"svelte-llm": {
4-
"type": "http",
5-
"url": "https://svelte-llm.stanislav.garden/mcp/mcp"
3+
"svelte": {
4+
"type": "stdio",
5+
"command": "node",
6+
"args": ["packages/mcp-stdio/dist/index.js"]
67
}
78
}
89
}

0 commit comments

Comments
 (0)