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

Method stderr_text

tests/test_daemon_smoke.py:433–438  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

431 return self.process.wait(timeout=timeout)
432
433 def stderr_text(self):
434 self.stderr_stream.flush()
435 try:
436 return self.stderr_path.read_text(encoding="utf-8", errors="replace")
437 except OSError:
438 return ""
439
440 def cleanup(self):
441 self.close_input()

Callers 1

wait_responseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected