MCPcopy 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

useSpeechToTextFunction · 0.50

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected