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

Function inputSchema

src/tools/MCPTool/MCPTool.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected