MCPcopy Index your code
hub / github.com/simstudioai/sim / dispose

Method dispose

apps/sim/lib/mcp/service.ts:99–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 dispose(): void {
100 this.unsubscribeConnectionManager?.()
101 this.cacheAdapter.dispose()
102 logger.info('MCP Service disposed')
103 }
104
105 private async resolveConfigEnvVars(
106 config: McpServerConfig,

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80
disposeMethod · 0.65

Tested by

no test coverage detected