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

Function getPowerShellTool

src/tools.ts:150–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

getAllBaseToolsFunction · 0.85

Calls 1

isPowerShellToolEnabledFunction · 0.85

Tested by

no test coverage detected