MCPcopy Create free account
hub / github.com/diillson/chatcli / remoteDescription

Function remoteDescription

cli/skill_handler.go:825–830  ·  view source on GitHub ↗
(r *registry.SkillMeta)

Source from the content-addressed store, hash-verified

823 return r.Name
824}
825func remoteDescription(r *registry.SkillMeta) string {
826 if r == nil {
827 return ""
828 }
829 return r.Description
830}
831func remoteVersion(r *registry.SkillMeta) string {
832 if r == nil {
833 return ""

Callers 3

printSkillInfoDetailsMethod · 0.85

Calls

no outgoing calls

Tested by 2