| 1 | // Selfhost-only: the browser-approval HTTP endpoints are session-scoped. A |
| 2 | // signed-in user who does not own the MCP session must not be able to read the |
| 3 | // paused execution or record the human decision for it. |
| 4 | import { expect } from "@effect/vitest"; |
nothing calls this directly
no test coverage detected