4 comments

  • dSebastien 21 hours ago

    I think that the search and execute pattern shared by Cloudflare is really awesome. Used it for my Obsidian exposing all 100+ commands of the Obsidian CLI abd it works wonders. More MCP implementations should take that approach

    • samrith 12 hours ago

      Agreed, I loved what Cloudflare introduced with Code Mode. I started building this before that was introduced, but that only validated this approach even more.

      Though, the primary difference is that with the search + execute method in Hyperterse, the agent never writes the code, but instead executes a tool it discovers by searching. You still expose only a controlled surface.

  • obiefernandez a day ago

    I’m gonna build this into Ruby on Rails.

    I have lots of the code proven out already https://medium.com/zar-engineering/code-mode-mcp-ac17c2a1038...

    • samrith a day ago

      That’s awesome!

      I’d have loved to support multiple languages, but went with TypeScript since there’s already multiple solid sandboxing options available for Go.