#!/usr/bin/env node /** * MCP Server CLI * * This is a standalone executable that starts the MCP server. * Users can configure it by creating a config file that exports datasets and analytics. * * Usage: * npx hypequery-mcp --config ./mcp-config.mjs */ export {}; //# sourceMappingURL=bin.d.ts.map