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

Method stop

src/runtime/adapters/slack.ts:99–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 async stop(): Promise<void> {
100 if (this.app) {
101 await this.app.stop();
102 this.app = null;
103 }
104 console.log("[SlackAdapter] Stopped");
105 }
106
107 // -------------------------------------------------------------------------
108 // MessageSender – proactive message sending

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected