add project mcps
This commit is contained in:
19
.cursor/mcp.json
Normal file
19
.cursor/mcp.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
1
bun.lock
1
bun.lock
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"lockfileVersion": 1,
|
||||
"configVersion": 0,
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "sgse-app",
|
||||
|
||||
@@ -27,13 +27,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-svelte": "^3.13.0",
|
||||
"globals": "^16.5.0",
|
||||
"jiti": "^2.6.1",
|
||||
"turbo": "^2.5.8",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"prettier": "^3.6.2",
|
||||
"eslint-plugin-svelte": "^3.13.0",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1"
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"turbo": "^2.5.8",
|
||||
"typescript-eslint": "^8.46.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tanstack/svelte-form": "^1.23.8",
|
||||
|
||||
Reference in New Issue
Block a user