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

Function isReadOnly

src/tools/TaskGetTool/TaskGetTool.ts:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 return true
63 },
64 isReadOnly() {
65 return true
66 },
67 toAutoClassifierInput(input) {
68 return input.taskId
69 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected