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

Method notify

tests/windows/mcp_stdio.py:104–105  ·  view source on GitHub ↗
(self, method, params=None)

Source from the content-addressed store, hash-verified

102 raise McpError("timeout waiting for id=%d" % rid)
103
104 def notify(self, method, params=None):
105 self._send({"jsonrpc": "2.0", "method": method, "params": params or {}})
106
107 def initialize(self, timeout=60):
108 resp = self.request("initialize", {

Callers 1

initializeMethod · 0.95

Calls 1

_sendMethod · 0.95

Tested by

no test coverage detected