#!/bin/bash
set +e
cd /tmp/curo-imac-wt
BUN=/home/claude/.bun/bin/bun
ENVFILE=/home/claude/repos/exult-agent/tools/mcp-config/hosts/gautams-imac-agent.env
echo "=== full render (first 80 lines) ==="
$BUN tools/mcp-config/render.ts --host gautams-imac-agent --env-file "$ENVFILE" --check 2>&1 | head -80
