#!/usr/bin/env node import { RipplingMCPServer } from './server.js'; const server = new RipplingMCPServer(); server.run().catch(console.error);