The MobileCodex server registry tracks only preview servers started by MobileCodex. It is stored outside git in the operating system temp directory and scoped by workspace path.
py .\skills\mobile-codex-dev\scripts\mobile_dev.py server-start --root . --name app --port 5173 -- npm run dev -- --host 127.0.0.1 --port 5173py .\skills\mobile-codex-dev\scripts\mobile_dev.py server-list --root .py .\skills\mobile-codex-dev\scripts\mobile_dev.py server-stop --root . --name appMobileCodex should not stop arbitrary processes. It should only stop a server when the process was recorded in the registry for the current workspace.
The registry lets a Codex Mobile user ask what previews are still running, where the logs are, which port is active, and what can be stopped safely.