#!/bin/bash
set +e
cd /tmp/curo-imac-wt
BUN=/home/claude/.bun/bin/bun
$BUN test tools/mcp-config/render.test.ts 2>&1 | tail -30
