MCPcopy
hub / github.com/ValueCell-ai/ClawX / setup

Method setup

electron/extensions/types.ts:21–21  ·  view source on GitHub ↗
(ctx: ExtensionContext)

Source from the content-addressed store, hash-verified

19export interface Extension {
20 id: string;
21 setup(ctx: ExtensionContext): void | Promise<void>;
22 teardown?(): void | Promise<void>;
23}
24

Callers 2

initializeMethod · 0.65
registerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected