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

Function toAutoClassifierInput

src/tools/TodoWriteTool/TodoWriteTool.ts:55–57  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

53 return !isTodoV2Enabled()
54 },
55 toAutoClassifierInput(input) {
56 return `${input.todos.length} items`
57 },
58 async checkPermissions(input) {
59 // No permission checks required for todo operations
60 return { behavior: 'allow', updatedInput: input }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected