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

Function inputSchema

src/tools/LSPTool/LSPTool.ts:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 return isLspConnected()
139 },
140 get inputSchema(): InputSchema {
141 return inputSchema()
142 },
143 get outputSchema(): OutputSchema {
144 return outputSchema()
145 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected