#!/usr/bin/env node /** * MCP Server Entry Point * * Starts the MCP server with stdio transport for communication with MCP clients. * * Usage: * mcp-server [--config ] * * Environment Variables: * CONFIG_PATH - Path to configuration file * * Validates: Requirements 9.2, 9.3, 15.5 */ export {}; //# sourceMappingURL=mcp-server.d.ts.map