This page follows the repo's documented MCP contract. It treats orangepi-gateway-ops as the repo-specific operational MCP server, Playwright MCP as the browser automation companion for nginx and MoltBot pages, and GitHub MCP as the hosted repo / issue / PR / Actions lane for Codex.
gateway_health_snapshot -> https://orangepirv2.tail59ab20.ts.net
MCP status: orangepi-gateway-ops is active and responding (health probe passed).
deploy -> scripts\deploy-and-regress.bat
deploy-only -> scripts\deploy-safe.bat
The repo's custom MCP server for gateway health, SPI, backups, regression, deploy orchestration, ESP32 ops, and HCS12 tooling.
Keep Playwright focused on browser automation for the nginx-served UI and MoltBot/OpenClaw pages. It complements orangepi-gateway-ops; it does not replace repo-specific operational tooling.
GitHub's official MCP server adds repository, issue, pull request, Actions, gist, and related GitHub workflows to Codex. For this repo, treat it as the hosted GitHub lane that complements the local gateway and browser MCP servers.
GITHUB_PAT_TOKEN before starting a new Codex session.This mirrors the endpoint set documented for gateway.health_snapshot: /health, /api/system/status, /api/spi/status, /api/network/pi/status, and /api/network/esp32/status.
The output below matches the current repo path and the Codex config blocks expected for the local gateway/browser MCP servers plus the hosted GitHub MCP endpoint.
C:\Users\JohnBaker\.codex\config.toml on the operator machine, ensure GITHUB_PAT_TOKEN exists if you included GitHub MCP, then start a new Codex chat so the servers attach.
node <PLAYWRIGHT_RUNNER> scripts/browser-tools/moltbot-panel-smoke.js
node <PLAYWRIGHT_RUNNER> scripts/browser-tools/moltbot-chat-roundtrip.js
node <PLAYWRIGHT_RUNNER> scripts/browser-tools/moltbot-toggle-persistence.js
curl -ks https://localhost/health
curl -ksS -o /dev/null -w '%{http_code}\n' https://localhost/moltbot/overview?token=orangepi
python scripts/run_all_tests_via_test_runner_api.py https://orangepirv2.tail59ab20.ts.net