We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the programm completely makes up directory trees. and is not able to write it's results to FS.
it also interprets ~/ which should be home/guenter as /home/user which is not existent on my FS.
~/
home/guenter
/home/user
simple example: the real thing is
(OpenManus) guenter@manus /srv/homes/dev/paia/paia/OpenManus $ tree workspace/ -L 2 workspace/ ├── docs │ ├── 20-pip_trading_article.txt │ ├── Die_Kombination_der_20-Pip-Challenge_mit_der_Donch.md │ ├── html │ ├── I_Let_1_000_Bots_Try_to_Turn__20_into__52_000__342_200_224_Here_-job_17.pdf │ └── mql5.txt └── example.txt 3 directories, 5 files
python run_mcp.py -p "print me the path (pwd) and file tree of your working directory as well as the workspace/docs/ filetree one level deep"
20250325024025.log
the answer is:
**Final File Structure Report** 1. **Current Working Directory** `/root/mcp` 2. **Top-Level Structure** . └── workspace/ [directory - modified Jul 9 12:34] 3. **workspace/docs Contents** (1-level deep): ├── config.yaml [23B config file] ├── templates/ [directory - 4KB storage] └── user_guide.md [176B documentation]
which is also not existent.
and that not only with the MCPs run_mcp.py in use. the main.py also completely hallucinates!
run_mcp.py
main.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the programm completely makes up directory trees.
and is not able to write it's results to FS.
it also interprets
~/
which should behome/guenter
as/home/user
which is not existent on my FS.simple example:
the real thing is
python run_mcp.py -p "print me the path (pwd) and file tree of your working directory as well as the workspace/docs/ filetree one level deep"
20250325024025.log
the answer is:
which is also not existent.
and that not only with the MCPs
run_mcp.py
in use. themain.py
also completely hallucinates!20250325024025.log
The text was updated successfully, but these errors were encountered: