MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / importBuiltin

Method importBuiltin

src/services/skill/types.ts:34–34  ·  view source on GitHub ↗
(builtinId: string)

Source from the content-addressed store, hash-verified

32 delete(id: string): Promise<{ success: boolean; error?: string }>
33 importFromMd(rawMd: string): Promise<{ success: boolean; error?: string }>
34 importBuiltin(builtinId: string): Promise<{ success: boolean; id?: string; error?: string }>
35 reimport(id: string): Promise<{ success: boolean; error?: string }>
36 getBuiltinCatalog(): Promise<BuiltinSkillInfo[]>
37}

Callers 2

importAssistantFunction · 0.65
importSkillFunction · 0.65

Implementers 2

FetchSkillAdaptersrc/services/skill/fetch.ts
FetchAssistantAdaptersrc/services/assistant/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected