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
7 of 10 MCP servers in tools/ use bare await server.connect(transport) with no .catch() or process.on('unhandledRejection'). If the stdio transport breaks, these servers crash silently. Add proper error handling and graceful shutdown.
7 of 10 MCP servers in
tools/use bareawait server.connect(transport)with no.catch()orprocess.on('unhandledRejection'). If the stdio transport breaks, these servers crash silently. Add proper error handling and graceful shutdown.