()
| 89 | }) |
| 90 | |
| 91 | function createFreshManager(): McpConnectionManager { |
| 92 | const mgr = new McpConnectionManager() |
| 93 | manager = mgr |
| 94 | return mgr |
| 95 | } |
| 96 | |
| 97 | describe('concurrent connect() guard', () => { |
| 98 | it('creates only one client when two connect() calls race for the same serverId', async () => { |
no outgoing calls
no test coverage detected