MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

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

Source from the content-addressed store, hash-verified

34 maxResultSizeChars: 100_000,
35 strict: true,
36 async description() {
37 return DESCRIPTION
38 },
39 async prompt() {
40 return PROMPT
41 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected