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

Function inputSchema

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

Source from the content-addressed store, hash-verified

46 return PROMPT
47 },
48 get inputSchema(): InputSchema {
49 return inputSchema()
50 },
51 get outputSchema(): OutputSchema {
52 return outputSchema()
53 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected