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

Method stop

src/runtime/adapters/feishu.ts:175–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 );
174 }
175
176 async stop(): Promise<void> {
177 if (this.channel) {
178 await this.channel.disconnect();
179 this.channel = null;
180 }
181 console.log("[FeishuAdapter] Stopped");
182 }
183
184 async sendMessage(channelId: string, text: string): Promise<void> {

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected