MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getReplPrimitiveTools

Function getReplPrimitiveTools

src/tools/REPLTool/primitiveTools.ts:28–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 * excludes Glob/Grep when hasEmbeddedSearchTools() is true.
27 */
28export function getReplPrimitiveTools(): readonly Tool[] {
29 return (_primitiveTools ??= [
30 FileReadTool,
31 FileWriteTool,
32 FileEditTool,
33 GlobTool,
34 GrepTool,
35 BashTool,
36 NotebookEditTool,
37 AgentTool,
38 ])
39}
40

Callers 2

VerboseToolUseFunction · 0.85
getToolSearchOrReadInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected