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

Function renderToolUseMessage

src/tools/TaskCreateTool/TaskCreateTool.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 return input.subject
76 },
77 renderToolUseMessage() {
78 return null
79 },
80 async call({ subject, description, activeForm, metadata }, context) {
81 const taskId = await createTask(getTaskListId(), {
82 subject,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected