#!/usr/bin/env node /** * @fileoverview Main entry point for the MCP application. * This script initializes the configuration, sets up the logger, starts the * MCP server, and handles graceful shutdown. * @module src/index */ export {};