/** * Nebula Node Server - Main Entry Point * * Unified Node.js server for: * - Jupyter kernel management * - LLM providers (Google, OpenAI, Anthropic) * - Filesystem operations * - Python environment discovery * - Terminal PTY management * * Uses Fastify with HTTP/2 support. */ export {};