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

Function description

src/tools/BriefTool/BriefTool.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 return validateAttachmentPaths(attachments)
168 },
169 async description() {
170 return DESCRIPTION
171 },
172 async prompt() {
173 return BRIEF_TOOL_PROMPT
174 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected