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

Interface IpcBroadcaster

src/runtime/adapters/types.ts:200–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 result: unknown;
199 }
200 | {
201 type: "file_output";
202 filePath: string;
203 filename: string;
204 mimeType?: string;
205 caption?: string;
206 };
207
208// ---------------------------------------------------------------------------
209// IPC Broadcast
210// ---------------------------------------------------------------------------
211

Callers 9

handleTelegramMessageMethod · 0.65
handleDirectMessageMethod · 0.65
handleMentionMethod · 0.65
handleIncomingMessageMethod · 0.65
onEventMethod · 0.65
onEventMethod · 0.65
onEventMethod · 0.65
onEventMethod · 0.65
onEventMethod · 0.65

Implementers 1

IpcAdaptersrc/runtime/adapters/ipc.ts

Calls

no outgoing calls

Tested by

no test coverage detected