#!/usr/bin/env bash
# gbrain wrapper for MCP: pins Bun PATH and GBRAIN_HOME (read-only /root workaround)
export PATH="/root/.hermes/bun/bin:$PATH"
export GBRAIN_HOME="/root/.hermes/gbrain-home"
export GBRAIN_NO_ONBOARD_NUDGE=1
exec /root/.hermes/bun/bin/gbrain "$@"
