Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ cleanup
Function
cleanup
apps/sim/lib/mcp/service.ts:820–822 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
818
}
819
820
const
cleanup = () => {
821
mcpService.dispose()
822
}
823
824
process.on(
'SIGTERM'
, cleanup)
825
process.on(
'SIGINT'
, cleanup)
Callers
1
useSpeechToText
Function · 0.50
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected