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