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

Method notify

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

Source from the content-addressed store, hash-verified

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

Callers 1

initializeMethod · 0.95

Calls 1

_sendMethod · 0.95

Tested by

no test coverage detected