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

Method constructor

src/runtime/adapters/slack.ts:69–71  ·  view source on GitHub ↗
(options: SlackAdapterOptions)

Source from the content-addressed store, hash-verified

67 private rootDir = "";
68 private ipcBroadcaster: IpcBroadcaster | null = null;
69
70 constructor(options: SlackAdapterOptions) {
71 this.options = options;
72 }
73
74 async start(ctx: AdapterContext): Promise<void> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected