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

Interface FeishuAdapterOptions

src/runtime/adapters/feishu.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26import { resolveCommand } from "../commands/index.js";
27import { detectMimeType } from "../files/metadata.js";
28
29export interface FeishuAdapterOptions {
30 appId: string;
31 appSecret: string;
32 domain?: "feishu" | "lark";
33}
34
35export type FeishuMessageHandlingDecision =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected