File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libs/remix-ai-core/src/remix-mcp-server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -464,9 +464,9 @@ export class RemixMCPServer extends EventEmitter implements IRemixMCPServer {
464
464
console . log ( `Registered ${ deploymentTools . length } deployment tools` , 'info' ) ;
465
465
466
466
// 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' ) ;
470
470
471
471
const totalTools = this . _tools . list ( ) . length ;
472
472
console . log ( `Total tools registered: ${ totalTools } ` , 'info' ) ;
You can’t perform that action at this time.
0 commit comments