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

Interface SlackAdapterOptions

src/runtime/adapters/slack.ts:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21// Config
22// ---------------------------------------------------------------------------
23
24export interface SlackAdapterOptions {
25 botToken: string;
26 appToken: string;
27}
28
29const INLINE_COMMANDS: Record<string, BotCommand> = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected