17 lines
279 B
JSON
17 lines
279 B
JSON
{
|
|
"mcpServers": {
|
|
"better-auth": {
|
|
"type": "http",
|
|
"url": "https://mcp.inkeep.com/better-auth/mcp"
|
|
},
|
|
"svelte": {
|
|
"type": "stdio",
|
|
"command": "pnpm",
|
|
"args": [
|
|
"dlx",
|
|
"@sveltejs/mcp"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |