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

Method stderr_text

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

Source from the content-addressed store, hash-verified

56 pass
57
58 def stderr_text(self):
59 return "".join(self._stderr)
60
61 def _send(self, obj):
62 data = json.dumps(obj, ensure_ascii=False).encode("utf-8")

Callers 1

_read_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected