add project mcps

This commit is contained in:
2025-11-12 09:06:43 -03:00
parent c6e6ec4823
commit 349a7bb1e4
3 changed files with 66 additions and 46 deletions

19
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,19 @@
{
"mcpServers": {
"svelte": {
"url": "https://mcp.svelte.dev/mcp"
},
"context7": {
"url": "https://mcp.context7.com/mcp"
},
"convex": {
"command": "npx",
"args": [
"-y",
"convex@latest",
"mcp",
"start"
]
}
}
}