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

Function rpc

tests/repro/issue832_rss.py:73–76  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

71 )
72
73 def rpc(obj):
74 proc.stdin.write(json.dumps(obj) + "\n")
75 proc.stdin.flush()
76 return proc.stdout.readline()
77
78 rpc({"jsonrpc": "2.0", "id": 0, "method": "initialize", "params": {}})
79 series = []

Callers 1

run_seriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected