MCPcopy Create free account
hub / github.com/freecodexyz/free-code / call

Function call

src/tools/AskUserQuestionTool/AskUserQuestionTool.tsx:209–223  ·  view source on GitHub ↗
({
    questions,
    answers = {},
    annotations
  }, _context)

Source from the content-addressed store, hash-verified

207 return null;
208 },
209 async call({
210 questions,
211 answers = {},
212 annotations
213 }, _context) {
214 return {
215 data: {
216 questions,
217 answers,
218 ...(annotations && {
219 annotations
220 })
221 }
222 };
223 },
224 mapToolResultToToolResultBlockParam({
225 answers,
226 annotations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected