MCPcopy Create free account
hub / github.com/xerrors/Yuxi / getSkillDependencyOptions

Function getSkillDependencyOptions

web/src/apis/skill_api.js:42–45  ·  view source on GitHub ↗
(slug)

Source from the content-addressed store, hash-verified

40}
41
42export const getSkillDependencyOptions = async (slug) => {
43 const query = slug ? `?slug=${encodeURIComponent(slug)}` : ''
44 return apiGet(`${BASE_URL}/dependency-options${query}`)
45}
46
47export const listBuiltinSkills = async () => {
48 return apiAdminGet(`${BASE_URL}/builtin`)

Callers

nothing calls this directly

Calls 1

apiGetFunction · 0.90

Tested by

no test coverage detected