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

Method description

miniclaudecode/tools/file_write.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18
19 @property
20 def description(self) -> str:
21 return "Write content to a file. Creates parent directories if they don't exist. Overwrites if the file already exists."
22
23 @property
24 def input_schema(self) -> dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected