MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / executeTool

Function executeTool

tests/delegated-custom-tool.test.ts:62–65  ·  view source on GitHub ↗
(input: DelegatedCustomToolExecutionInput)

Source from the content-addressed store, hash-verified

60 };
61 const client = {
62 async executeTool(input: DelegatedCustomToolExecutionInput) {
63 calls.push(input);
64 return result;
65 },
66 };
67 const runContextRef = {
68 current: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected