MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getPowerShellTool

Function getPowerShellTool

source code/tools.ts:152–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150export { REPL_ONLY_TOOLS }
151/* eslint-disable @typescript-eslint/no-require-imports */
152const getPowerShellTool = () => {
153 if (!isPowerShellToolEnabled()) return null
154 return (
155 require('./tools/PowerShellTool/PowerShellTool.js') as typeof import('./tools/PowerShellTool/PowerShellTool.js')
156 ).PowerShellTool
157}
158/* eslint-enable @typescript-eslint/no-require-imports */
159
160/**

Callers 2

getAllBaseToolsFunction · 0.85

Calls 1

isPowerShellToolEnabledFunction · 0.85

Tested by

no test coverage detected