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

Function description

src/tools/TaskStopTool/TaskStopTool.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 return { result: true }
91 },
92 async description() {
93 return `Stop a running background task by ID`
94 },
95 async prompt() {
96 return DESCRIPTION
97 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected