fix svelte mcp server command and add better-auth mcp server
This commit is contained in:
@@ -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": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user