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

Function description

src/tools/ReadMcpResourceTool/ReadMcpResourceTool.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 searchHint: 'read a specific MCP resource by URI',
62 maxResultSizeChars: 100_000,
63 async description() {
64 return DESCRIPTION
65 },
66 async prompt() {
67 return PROMPT
68 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected