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

Method _send

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

Source from the content-addressed store, hash-verified

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

Callers 2

requestMethod · 0.95
notifyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected