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
1 Reply
Hmza
Hmza2w ago
can you try removing it and adding again like this { "mcpServers": { "convex": { "command": "npx", "args": [ "-y", "convex@latest", "mcp", "start" ] } } }

Did you find this page helpful?