#!/usr/bin/env node import { runParser } from '../dist/assistant-server.js'; runParser(process.argv);