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
Copy file name to clipboardExpand all lines: docs/public/installation.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,7 @@ agentic-codebase-mcp --version
42
42
43
43
- Restart your MCP client.
44
44
- Confirm `agentic-codebase` appears in MCP server listings.
45
+
46
+
## Troubleshooting
47
+
48
+
If `acb` is not found after installation, ensure `~/.cargo/bin` is in your `PATH`. You can add it by appending `export PATH="$HOME/.cargo/bin:$PATH"` to your shell profile (`.bashrc`, `.zshrc`, or equivalent) and restarting your terminal.
0 commit comments