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

Function isReadOnly

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

Source from the content-addressed store, hash-verified

51 return true
52 },
53 isReadOnly() {
54 return true
55 },
56 toAutoClassifierInput(input) {
57 return `${input.server} ${input.uri}`
58 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected