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

Function description

src/tools/RemoteTriggerTool/RemoteTriggerTool.ts:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 return `RemoteTrigger ${input.action}${input.trigger_id ? ` ${input.trigger_id}` : ''}`
71 },
72 async description() {
73 return DESCRIPTION
74 },
75 async prompt() {
76 return PROMPT
77 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected