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

Function isReadOnly

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

Source from the content-addressed store, hash-verified

309 return true
310 },
311 isReadOnly() {
312 return true
313 },
314 name: TOOL_SEARCH_TOOL_NAME,
315 maxResultSizeChars: 100_000,
316 async description() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected