MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getPowerShellTool

Function getPowerShellTool

src/tools.ts:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173export { REPL_ONLY_TOOLS }
174/* eslint-disable @typescript-eslint/no-require-imports */
175const getPowerShellTool = () => {
176 if (!isPowerShellToolEnabled()) return null
177 return (
178 require('@claude-code-best/builtin-tools/tools/PowerShellTool/PowerShellTool.js') as typeof import('@claude-code-best/builtin-tools/tools/PowerShellTool/PowerShellTool.js')
179 ).PowerShellTool
180}
181/* eslint-enable @typescript-eslint/no-require-imports */
182
183/**

Callers 2

getAllBaseToolsFunction · 0.85

Calls 1

isPowerShellToolEnabledFunction · 0.85

Tested by

no test coverage detected