MCPcopy
hub / github.com/codeaashu/claude-code / tools.ts

File tools.ts

src/tools.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// biome-ignore-all assist/source/organizeImports: ANT-ONLY import markers must not be reordered
2import { toolMatchesName, type Tool, type Tools } from './Tool.js'
3import { AgentTool } from './tools/AgentTool/AgentTool.js'
4import { SkillTool } from './tools/SkillTool/SkillTool.js'

Callers

nothing calls this directly

Calls 1

featureFunction · 0.85

Tested by

no test coverage detected