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

Function remoteVersion

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

Source from the content-addressed store, hash-verified

829 return r.Description
830}
831func remoteVersion(r *registry.SkillMeta) string {
832 if r == nil {
833 return ""
834 }
835 return r.Version
836}
837func remoteRegistryName(r *registry.SkillMeta) string {
838 if r == nil {
839 return ""

Callers 3

printSkillInfoDetailsMethod · 0.85

Calls

no outgoing calls

Tested by 2