MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / getPluginDetail

Function getPluginDetail

frontend/src/axios/plugin.ts:12–14  ·  view source on GitHub ↗
(pluginFunId: string)

Source from the content-addressed store, hash-verified

10 return await request.get(`api/v1/bundles?${str}`);
11};
12const getPluginDetail = async (pluginFunId: string) => {
13 return await request.get(`api/v1/plugins?bundle_id=${pluginFunId}`);
14};
15const createPlugin = async (params: object) => {
16 return await request.post(`api/v1/bundle_instances`, params);
17};

Callers 1

getBundleListFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected