#!/bin/bash
set +e
cd /tmp/curo-imac-wt
BUN=/home/claude/.bun/bin/bun
echo "=== render imac-agent with real bearer; show curogram block ==="
$BUN tools/mcp-config/render.ts --host gautams-imac-agent --env-file /tmp/curo-imac.env --check 2>&1 | grep -A6 '"curogram"'
echo "=== full mcpServers keys ==="
$BUN tools/mcp-config/render.ts --host gautams-imac-agent --env-file /tmp/curo-imac.env --check 2>&1 | grep -E '^    "[a-z]'
