fix svelte mcp server command and add better-auth mcp server
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"svelte": {
|
||||
"type": "stdio",
|
||||
"command": "pnpm dlx",
|
||||
"env": {},
|
||||
"args": ["-y", "@sveltejs/mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
"mcpServers": {
|
||||
"better-auth": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.inkeep.com/better-auth/mcp"
|
||||
},
|
||||
"svelte": {
|
||||
"type": "stdio",
|
||||
"command": "pnpm",
|
||||
"args": [
|
||||
"dlx",
|
||||
"@sveltejs/mcp"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user