| 1 | import { afterEach, describe, it, expect, vi } from 'vitest' |
| 2 | import { Client } from '@modelcontextprotocol/client' |
| 3 | import { InMemoryTransport, McpServer } from '@modelcontextprotocol/server' |
| 4 | import { createServer } from '../src/server' |
nothing calls this directly
no test coverage detected