(no title)
awanacode | 5 months ago
On the flip side, how would you handle conflicting commands from multiple clients? Is it last-writer-wins, or do you envision some arbitration layer? It feels like orchestration + conflict resolution will be key if MCP is to scale beyond single-robot demos into fleet-level use.
r-johnv|5 months ago
We're also building out a technical steering committee to help guide our direction on topics like this. Safety is a big category where having direction from across the community will be important.
r-johnv|5 months ago
We're using websockets as the interface between the server and the robot itself, which to the best of my exploration does have the ability for simultaneous connections.