MCPcopy Create free account
hub / github.com/bcefghj/miniClaudeCode / description

Method description

miniclaudecode/tools/bash_tool.py:34–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33 @property
34 def description(self) -> str:
35 return (
36 "Execute a bash command. Use for running scripts, installing packages, "
37 "git operations, and any shell task. Commands run in the current working directory."
38 )
39
40 @property
41 def input_schema(self) -> dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected