MCPcopy
hub / github.com/simstudioai/sim / createFreshManager

Function createFreshManager

apps/sim/lib/mcp/connection-manager.test.ts:91–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected