fix svelte mcp server command and add better-auth mcp server

This commit is contained in:
hiperman
2026-02-25 01:23:44 -05:00
parent ad3690a07e
commit 105fa3dcc8
+10 -3
View File
@@ -1,10 +1,17 @@
{
"mcpServers": {
"better-auth": {
"type": "http",
"url": "https://mcp.inkeep.com/better-auth/mcp"
},
"svelte": {
"type": "stdio",
"command": "pnpm dlx",
"env": {},
"args": ["-y", "@sveltejs/mcp"]
"command": "pnpm",
"args": [
"dlx",
"@sveltejs/mcp"
],
"env": {}
}
}
}