MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / str_replace_editor

Route str_replace_editor

codewiki/src/be/caw_toolkit.py:None–None  ·  view source on GitHub ↗
tool(
        description=(
            "Custom editing tool for viewing, creating and editing files.\n"
            "* If `path` is a file, `view` displays the result of applying `cat -n`. "
        

Source from the content-addressed store, hash-verified

1"""CawToolKit — CodeWiki's three agent tools exposed as a caw MCP server.
2
3A new toolkit instance is created per agent session (top-level module *or*
4sub-module). State lives on ``self``:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected