Remove duplicate CLI tools module, remove the global tool registry (#89)

This commit is contained in:
Jaana Dogan
2025-04-21 12:59:31 -07:00
committed by GitHub
parent 2571e07175
commit baf39042c8
11 changed files with 46 additions and 148 deletions

View File

@@ -22,6 +22,7 @@ export * from './utils/getFolderStructure.js';
// Export base tool definitions
export * from './tools/tools.js';
export * from './tools/tool-registry.js';
// Export specific tool logic
export * from './tools/read-file.js';