Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ inputSchema
Function
inputSchema
src/tools/ReadMcpResourceTool/ReadMcpResourceTool.ts:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
return
PROMPT
68
},
69
get inputSchema(): InputSchema {
70
return
inputSchema()
71
},
72
get outputSchema(): OutputSchema {
73
return
outputSchema()
74
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected