#!/usr/bin/env node /** * cortex-engine MCP server entry point. * * Searches for a config file in standard locations, merges with defaults, * then starts the stdio MCP server (default) or REST API server (--rest). * * Config search order: * 1. .fozikio/config.yaml (agent workspace) * 2. cortex.config.yaml (project root) * 3. config.yaml (project root) * 4. defaults (sqlite + ollama) */ export {}; //# sourceMappingURL=serve.d.ts.map