| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { createMCPClientFromTransport } from '../src/client' |
| 3 | import { mcpResourceToContentPart } from '../src/resources' |
| 4 | import { makeServerWithResource } from './helpers/in-memory-server' |
nothing calls this directly
no test coverage detected