You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: skip proxy server startup when port 8081 is already in use
When Claude Desktop and Claude Code both load the MCP, the second
instance crashed because uvicorn couldn't bind port 8081. Now checks
port availability first and skips startup gracefully, leaving all
MCP tools fully operational against the already-running proxy.
0 commit comments