Gadoes is teaching Mike to plug into outside tools
The fork now has the plumbing to let Mike reach external tools and data sources without falling over when one goes dark.
Gadoes has built the connective tissue for the Model Context Protocol - an emerging standard that lets an AI assistant talk to outside tools and data sources rather than living only inside its own walls. The work handles the unglamorous-but-essential parts: opening a connection to an external server the first time it's needed, keeping it warm for a stretch so repeat requests are fast, quietly closing it after it sits idle, and reconnecting if it drops unexpectedly.
The detail worth flagging is what happens when something isn't available. Instead of crashing the conversation, an unreachable tool returns a clean "source unavailable" signal and Mike carries on. That graceful-degradation choice is the difference between a demo and something you'd trust in front of a client.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?