Thread

VA
veer adyani12:48 PMOpen in Slack
Hey folks, quick heads up while working on this issue: https://github.com/archestra-ai/archestra/issues/2410
I ran into a Windows clone/checkout failure with error: invalid path because one of the files under app/app/mcp-catalog/data/mcp-evaluations/ had a ?tab=... in the filename, which Windows does not support.
As a temporary workaround, I renamed the file in my fork so I could clone the repo and continue working.
I also checked if this rename would impact anything in the codebase. I ran git grep "mobb-dev__bugsy" and the only matches are inside the JSON files themselves. Nothing else in the repo references these filenames, so renaming should be safe and should not break any code.
There are currently two related JSON files in that folder, and both are standalone entries, so the rename is just to make cloning work smoothly for Windows developers.
If you are okay with it, I can open a small PR to rename the file in the main repo as well. 😃
Thanks!

2 replies
MK
Matvey Kukuy (archestra team)2:51 PMOpen in Slack
Hi @user! Are you talking about "https://github.com/mobb-dev/bugsy?tab=readme-ov-file#model-context-protocol-mcp-server", ? I think it's ok to remove GET arguments from there 🙂
VA
veer adyani2:59 PMOpen in Slack
Okay! Making the issue and the PR