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

Function createPlugin

frontend/src/axios/plugin.ts:15–17  ·  view source on GitHub ↗
(params: object)

Source from the content-addressed store, hash-verified

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};
18const getPluginList = async (params) => {
19 const data = params;
20 let str = "";

Callers 2

handleNext1Function · 0.90
handleConfirmFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected