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
+16 -9
View File
@@ -1,10 +1,17 @@
{ {
"mcpServers": { "mcpServers": {
"svelte": { "better-auth": {
"type": "stdio", "type": "http",
"command": "pnpm dlx", "url": "https://mcp.inkeep.com/better-auth/mcp"
"env": {}, },
"args": ["-y", "@sveltejs/mcp"] "svelte": {
} "type": "stdio",
} "command": "pnpm",
} "args": [
"dlx",
"@sveltejs/mcp"
],
"env": {}
}
}
}