mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 00:03:23 +02:00
fix: restore proper runServer function closure
This commit is contained in:
@@ -312,4 +312,5 @@ async function runServer() {
|
||||
|
||||
runServer().catch((error) => {
|
||||
console.error("Fatal error in main():", error);
|
||||
process.exit(1);
|
||||
process.exit(1);
|
||||
});
|
||||
Reference in New Issue
Block a user