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

Function inputSchema

src/tools/ToolSearchTool/ToolSearchTool.ts:322–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320 return getPrompt()
321 },
322 get inputSchema(): InputSchema {
323 return inputSchema()
324 },
325 get outputSchema(): OutputSchema {
326 return outputSchema()
327 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected