Refactor Apps Script tools for testability
- Separated business logic from decorators by creating _impl functions - Updated all 11 tools to use internal implementation functions - Rewrote unit tests to test _impl functions directly - All 10 unit tests now passing - Fixed decorator mocking issues that caused 'FunctionTool not callable' errors
This commit is contained in: