MCPcopy Create free account
hub / github.com/MemTensor/MemOS / writeNotification

Function writeNotification

apps/memos-local-plugin/bridge/stdio.ts:136–138  ·  view source on GitHub ↗
(method: string, params: P)

Source from the content-addressed store, hash-verified

134 }
135
136 function writeNotification<P>(method: string, params: P): void {
137 writeLine({ jsonrpc: "2.0", method, params });
138 }
139
140 function errorResponse(
141 id: JsonRpcRequest["id"] | null,

Callers 1

startStdioServerFunction · 0.85

Calls 1

writeLineFunction · 0.85

Tested by

no test coverage detected