MCPcopy
hub / github.com/codeaashu/claude-code / isEnabled

Function isEnabled

src/tools/TodoWriteTool/TodoWriteTool.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 },
51 shouldDefer: true,
52 isEnabled() {
53 return !isTodoV2Enabled()
54 },
55 toAutoClassifierInput(input) {
56 return `${input.todos.length} items`
57 },

Callers

nothing calls this directly

Calls 1

isTodoV2EnabledFunction · 0.85

Tested by

no test coverage detected