MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / reply

Method reply

src/runtime/adapters/ipc.ts:521–523  ·  view source on GitHub ↗
(id: string, data: unknown)

Source from the content-addressed store, hash-verified

519 }
520
521 private reply(id: string, data: unknown): void {
522 this.sendIpc({ id, type: "result", data });
523 }
524
525 private replyError(id: string, message: string): void {
526 this.sendIpc({ id, type: "error", message });

Callers 1

handleRequestMethod · 0.95

Calls 1

sendIpcMethod · 0.95

Tested by

no test coverage detected