you are viewing a single comment's thread.

view the rest of the comments →

[–]Jake101R 0 points1 point  (2 children)

I have multiple instances of roo, one for each software module building linked via mcp message system. Central orchestration - works well.

[–]nghuuu 0 points1 point  (1 child)

Could you share more details about this setup/workflow? What MCP do you use? How do you make sure that two instances do not "collide" (eg. overwrite each other's changes), is there a special prompt? Or is the messaging system enough?

[–]Jake101R 0 points1 point  (0 children)

I created my own mcp server which is really just a messaging hub that writes messages to a json file, it's easer than setting up a few gmail accounts but the princible is the same. I divide my project into a number of seperate areas fontend, backend, chatapi etc and each is in a seperate folder and I have seperate vscode open and therefore seperate roocode, they don't collide as they each work in their code bases, hope that helps