You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rename package to mcp-server-codetree for PyPI
The name "codetree" was reserved on PyPI. Renamed to
mcp-server-codetree following Anthropic's naming convention.
Updated all install instructions to use uvx mcp-server-codetree.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
> **Note:** Requires [uv](https://docs.astral.sh/uv/getting-started/installation/) to be installed. `uvx` downloads and runs the package automatically — no manual install needed.
@@ -67,7 +67,7 @@ codetree exposes **16 tools** over MCP:
67
67
### Claude Code
68
68
69
69
```bash
70
-
claude mcp add codetree -- uvx codetree --root /path/to/your/project
70
+
claude mcp add codetree -- uvx mcp-server-codetree --root /path/to/your/project
0 commit comments