| 1 | import { beforeAll, describe, expect, it } from "@effect/vitest"; |
| 2 | import { InsufficientScopeError, SdkErrorCode, SdkHttpError } from "@modelcontextprotocol/client"; |
| 3 | |
| 4 | import { loadMcpClientSdk } from "./client-module"; |
nothing calls this directly
no test coverage detected