Skip to content

Commit 441fdc0

Browse files
author
ci-bot
committed
add debugger handler
1 parent 424982d commit 441fdc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/remix-ai-core/src/remix-mcp-server/RemixMCPServer.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,9 @@ export class RemixMCPServer extends EventEmitter implements IRemixMCPServer {
464464
console.log(`Registered ${deploymentTools.length} deployment tools`, 'info');
465465

466466
// Register debugging tools
467-
// const debuggingTools = createDebuggingTools();
468-
// this._tools.registerBatch(debuggingTools);
469-
// console.log(`Registered ${debuggingTools.length} debugging tools`, 'info');
467+
const debuggingTools = createDebuggingTools();
468+
this._tools.registerBatch(debuggingTools);
469+
console.log(`Registered ${debuggingTools.length} debugging tools`, 'info');
470470

471471
const totalTools = this._tools.list().length;
472472
console.log(`Total tools registered: ${totalTools}`, 'info');

0 commit comments

Comments
 (0)