This commit is contained in:
fariouche
2025-12-02 21:30:41 +01:00
parent 946203146d
commit e3f66a6321

View File

@@ -71,7 +71,7 @@ function setupGracefulShutdown(server: KiCADMcpServer) {
// Handle termination signals
process.on('SIGINT', async () => {
logger.info('Received SIGINT signal. Shutting down...');
//await shutdownServer(server);
await shutdownServer(server);
});
process.on('SIGTERM', async () => {