Code Mode: the better way to use MCP

(blog.cloudflare.com)

21 points | by the_mitsuhiko 7 hours ago ago

2 comments

  • dweinus 3 minutes ago

    Nice! Seems very similar to the concept explored by Google (CaMeL) https://arxiv.org/abs/2503.18813

  • olaird25 5 hours ago

    This seems exactly right. Its pretty common to watch your agent making the same mcp tool call again and again as it works through a list. These kinds of cases are solved by letting the agent just call any of its mcp tools in a script.