#!/usr/bin/env node
/**
 * Pure MCP Server Entry Point
 *
 * This file is specifically for MCP clients and contains no console output
 * that could interfere with the JSON-RPC communication protocol.
 */
export {};
//# sourceMappingURL=mcp-server.d.ts.map