#!/usr/bin/env node /** * Coolify MCP Server - Stdio Transport. * * Entry point for running the MCP server with stdio transport. * This is the standard way to use the MCP server with Claude Desktop. * * @module */ export {}; //# sourceMappingURL=stdio.d.ts.map