Referenced from SKILL.md
Source excerpt starting at line 28.SKILL.mdView in source ↗```bashscripts/check-health.sh # exit 0 if upscripts/start-backend.sh # boot in background (MPS/CUDA auto-detected)
Source excerpt starting at line 164.- [references/mcp-setup.md](references/mcp-setup.md) — MCP wiring, backend lifecycle, env vars, troubleshooting- [scripts/check-health.sh](scripts/check-health.sh) — `curl /health`, exit 0/1- [scripts/start-backend.sh](scripts/start-backend.sh) — Start uvicorn on 127.0.0.1:3900 with health probe