mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:13:24 +02:00
fix: add server initialization call
This commit is contained in:
@@ -592,6 +592,6 @@ async function runServer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
runServer().catch((error) => {
|
runServer().catch((error) => {
|
||||||
console.error("Fatal error running server:", error);
|
console.error("Server error:", error);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user