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

Function inputSchema

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

Source from the content-addressed store, hash-verified

45 maxResultSizeChars: 100_000,
46 userFacingName: () => (process.env.USER_TYPE === 'ant' ? '' : 'Stop Task'),
47 get inputSchema(): InputSchema {
48 return inputSchema()
49 },
50 get outputSchema(): OutputSchema {
51 return outputSchema()
52 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected