MCPcopy Index your code
hub / github.com/xerrors/Yuxi / getToolOptions

Function getToolOptions

web/src/apis/tool_api.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 * @returns {Promise} - 工具选项
23 */
24export const getToolOptions = async () => {
25 return apiAdminGet(`${BASE_URL}/options`)
26}
27
28export const toolApi = {
29 getTools,

Callers

nothing calls this directly

Calls 1

apiAdminGetFunction · 0.90

Tested by

no test coverage detected