#!/usr/bin/env node /** * MCP (Model Context Protocol) server for perp-cli. * * Read-only advisor mode: provides market data, account balance, and CLI command suggestions. * Does NOT execute trades directly — instead suggests CLI commands for the user to run. * Adapters are created lazily from environment variables. */ import "dotenv/config";