Commit e1f3603
committed
Remove global SIGINT event listener from YepCodeMcpServer
This was a bad practice causing potential memory leaks as the global process event listener wasn't properly cleaned up when the server instance was destroyed. Event listeners should be managed at the appropriate lifecycle level.1 parent 4d96fae commit e1f3603
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 102 | | |
109 | 103 | | |
110 | 104 | | |
| |||
0 commit comments