| 1 | import { createServer } from "node:http" |
| 2 | import type { IntegrationOAuthMethodRegistration } from "@opencode-ai/plugin/v2/effect/integration" |
| 3 | import { define } from "@opencode-ai/plugin/v2/effect/plugin" |
| 4 | import { Deferred, Effect } from "effect" |
nothing calls this directly
no test coverage detected