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

Method __enter__

tests/windows/mcp_stdio.py:36–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 self.cwd = cwd
35
36 def __enter__(self):
37 self.start()
38 return self
39
40 def __exit__(self, *a):
41 self.close()

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected