MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / __exit__

Method __exit__

tests/windows/mcp_stdio.py:40–41  ·  view source on GitHub ↗
(self, *a)

Source from the content-addressed store, hash-verified

38 return self
39
40 def __exit__(self, *a):
41 self.close()
42
43 def start(self):
44 self.proc = subprocess.Popen(

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected