I'm working on a refactoring project where I have a solution containing old code that needs to be re-implemented in a different solution.
The process is like this:
- Analyze a method that might do multiple tasks in the old solution
- Create multiple pieces of code in the new solution, one for each task
I was wondering whether BifrostMCP can enable the first part instead of having to include the full old solution as a multi-root workspace (which would cause other issues)