You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor imports to use .js extensions and update tool registration logic
- Updated import statements across various files to include .js extensions for consistency.
- Refactored the ToolLoader class to register tools directly from static imports instead of loading from file paths.
- Removed obsolete test files related to tool loading and metadata validation.
- Enhanced the tools manifest with new entries for additional tools.
- Updated TypeScript configuration to use NodeNext module resolution.
- Added new dependencies for esbuild and rimraf in yarn.lock.
0 commit comments