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

Method importFromMd

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

Source from the content-addressed store, hash-verified

31 update(id: string, rawMd: string): Promise<{ success: boolean; error?: string }>
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[]>

Callers 2

importFromCloudFunction · 0.65
importFromCloudFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected