#!/usr/bin/env node /** * Coolify MCP Server - SSE Transport. * * Entry point for running the MCP server with SSE transport. * This is useful for web integrations and testing. * * @module */ export {}; //# sourceMappingURL=sse.d.ts.map