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

Function inputSchema

src/tools/TaskListTool/TaskListTool.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 return getPrompt()
42 },
43 get inputSchema(): InputSchema {
44 return inputSchema()
45 },
46 get outputSchema(): OutputSchema {
47 return outputSchema()
48 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected