You may confirm the port 6277
sudo lsof -i :6277
If a port is in use, find the PID of the process and kill it. `kill -9 623862
`kill -9 623862
ps aux | grep mcp
Then wait a bit and run it again.
sleep 2 mcp dev server.py