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

Method _send

tests/windows/mcp_stdio.py:60–63  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

58 return "".join(self._stderr)
59
60 def _send(self, obj):
61 data = json.dumps(obj, ensure_ascii=False).encode("utf-8")
62 self.proc.stdin.write(data + b"\n")
63 self.proc.stdin.flush()
64
65 def _read_message(self, timeout=60):
66 result = {}

Callers 2

requestMethod · 0.95
notifyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected