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

Method replyError

src/runtime/adapters/ipc.ts:525–527  ·  view source on GitHub ↗
(id: string, message: string)

Source from the content-addressed store, hash-verified

523 }
524
525 private replyError(id: string, message: string): void {
526 this.sendIpc({ id, type: "error", message });
527 }
528}

Callers 1

handleRequestMethod · 0.95

Calls 1

sendIpcMethod · 0.95

Tested by

no test coverage detected