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

Method constructor

src/runtime/adapters/feishu.ts:125–127  ·  view source on GitHub ↗
(options: FeishuAdapterOptions)

Source from the content-addressed store, hash-verified

123 private rootDir = process.cwd();
124 private readonly options: FeishuAdapterOptions;
125
126 constructor(options: FeishuAdapterOptions) {
127 this.options = options;
128 }
129
130 async start(ctx: AdapterContext): Promise<void> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected