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

Function checkPermissions

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

Source from the content-addressed store, hash-verified

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 }
61 },
62 renderToolUseMessage() {
63 return null
64 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected