| 1 | import { Effect, Layer, Option, Result, Schema } from "effect"; |
| 2 | import type { HttpClient } from "effect/unstable/http"; |
| 3 | |
| 4 | import type { OAuthClientProvider } from "@modelcontextprotocol/sdk/client/auth.js"; |
nothing calls this directly
no test coverage detected