I have a red circle. When I run this

I have a red circle. When I run this command from terminal, the spinner stars spinning for 3 seconds and then nothing
{
"mcpServers": {
"convex": {
"command": "npx",
"args": ["-y", "convex@latest", "mcp", "start"]
}
}
}
{
"mcpServers": {
"convex": {
"command": "npx",
"args": ["-y", "convex@latest", "mcp", "start"]
}
}
}
No description
2 Replies
Hmza
Hmza4mo ago
can you try removing it and adding again like this { "mcpServers": { "convex": { "command": "npx", "args": [ "-y", "convex@latest", "mcp", "start" ] } } }
Tomas Svojanovsky
Tomas SvojanovskyOP4mo ago
yep, it doesn't work. I will try to update os to the latest version ok I updated cursor and it works now

Did you find this page helpful?