#!/usr/bin/env node /** * Proxmox VE MCP Server entry point. * * Startup sequence: * 1. Load and validate configuration * 2. Disable TLS verification if configured (for self-signed certs) * 3. Create client and validate PVE connectivity * 4. Create MCP server, register tools, start stdio transport */ export {};