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

Method start

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

Source from the content-addressed store, hash-verified

41 self.close()
42
43 def start(self):
44 self.proc = subprocess.Popen(
45 [self.binary],
46 stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
47 env=self.env, cwd=self.cwd, bufsize=0)
48 threading.Thread(target=self._drain_stderr, daemon=True).start()
49
50 def _drain_stderr(self):
51 try:

Callers 2

__enter__Method · 0.95
_read_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected