/**
* DEPRECATED - This file is kept for historical reference only
*
* The functionality has been modularized into the following structure:
* - src/server.ts - Main entry point
* - src/config/server-config.ts - Server configuration
* - src/tools/tool-definitions.ts - Tool definitions
* - src/handlers/* - Tool handlers
*
* Please use the new modular structure for all future development.
* Run the new server with: npm run start:modular
*/
console.error('WARNING: You are using a deprecated file. Please use the modular version instead.');
console.error('Run the new server with: npm run start:modular');
process.exit(1);