| 1 | import { Server } from '../../src/server/index.js'; |
| 2 | import { Client } from '../../src/client/index.js'; |
| 3 | import { InMemoryTransport } from '../../src/inMemory.js'; |
| 4 | import { McpServer, ResourceTemplate } from '../../src/server/mcp.js'; |
nothing calls this directly
no test coverage detected