MCPcopy
hub / github.com/codeaashu/claude-code / isEnabled

Function isEnabled

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

Source from the content-addressed store, hash-verified

303
304export const ToolSearchTool = buildTool({
305 isEnabled() {
306 return isToolSearchEnabledOptimistic()
307 },
308 isConcurrencySafe() {
309 return true
310 },

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected