Skip to content

Commit fdb7689

Browse files
committed
fix stdio path
1 parent 47fa0a4 commit fdb7689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Svelte MCP": {
44
"type": "stdio",
55
"command": "node",
6-
"args": ["dist/lib/stdio.js"]
6+
"args": ["packages/mcp-stdio/dist/index.js"]
77
}
88
},
99
"inputs": []

0 commit comments

Comments
 (0)