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

Method create

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

Source from the content-addressed store, hash-verified

28 getAll(): Promise<SkillSummary[]>
29 getConfig(id: string): Promise<SkillConfig | null>
30 create(rawMd: string): Promise<{ success: boolean; id?: string; error?: string }>
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 }>

Callers 3

createAssistantFunction · 0.65
duplicateAssistantFunction · 0.65
createSkillFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected