@echo off REM Launch the in-engine agent gateway. cd /d "%~dp0" if not exist node_modules ( echo [setup] installing dependencies... call npm install ) echo [mcp-agent-gateway] starting agent gateway on http://127.0.0.1:8765 node server.mjs pause