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

Method notifyReady

src/runtime/adapters/ipc.ts:120–125  ·  view source on GitHub ↗
(port: number)

Source from the content-addressed store, hash-verified

118 }
119
120 notifyReady(port: number): void {
121 this.sendIpc({
122 type: "ready",
123 port,
124 });
125 }
126
127 broadcastInbound(
128 channelId: string,

Callers 1

announceReadyFunction · 0.80

Calls 1

sendIpcMethod · 0.95

Tested by

no test coverage detected