We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba15eb1 + 43829a3 commit 3b21a0dCopy full SHA for 3b21a0d
1 file changed
src/server.ts
@@ -180,7 +180,6 @@ class YepCodeMcpServer extends Server {
180
this.runCodeCleanup = runCodeCleanup;
181
this.skipCodingRules = skipCodingRules;
182
this.setupHandlers();
183
- this.setupErrorHandling();
184
185
try {
186
this.yepCodeRun = new YepCodeRun(config);
@@ -206,12 +205,6 @@ class YepCodeMcpServer extends Server {
206
205
}
207
208
209
- private setupErrorHandling(): void {
210
- this.onerror = (error) => {
211
- this.logger.error("[MCP Error]", error);
212
- };
213
- }
214
-
215
private setupHandlers(): void {
216
this.setupToolHandlers();
217
this.setupResourceHandlers();
0 commit comments