/**
* Tool request handlers
*
* This module has been refactored into smaller, focused modules.
* All functionality is re-exported from the handlers/ directory.
*/
// Re-export all handler functionality from the modular structure
export * from "./handlers/index.js";