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

Function inputSchema

src/tools/TaskCreateTool/TaskCreateTool.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 return getPrompt()
57 },
58 get inputSchema(): InputSchema {
59 return inputSchema()
60 },
61 get outputSchema(): OutputSchema {
62 return outputSchema()
63 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected