MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / start

Method start

src/types/platform.ts:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 id: string;
57 displayName: string;
58 start(): Promise<void>;
59 stop(): Promise<void>;
60 normalizeInboundEvent(payload: Record<string, unknown>): InboundTextEvent | null | Promise<InboundTextEvent | null>;
61 buildTextDeliveries(params: {

Implementers 2

WeixinPlatformPluginsrc/platforms/weixin/plugin.ts
TelegramPlatformPluginsrc/platforms/telegram/plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected