New top story on Hacker News: Show HN: Built an MCP server using Cloudflare's Code Mode pattern

Show HN: Built an MCP server using Cloudflare's Code Mode pattern
4 by jmcodes | 0 comments on Hacker News.
Read this article by Cloudflare this morning https://ift.tt/fBc8bFZ the main argument being that LLMs are much better at writing typescript code than tool calls because they've seen typescript code many more times. HN Discussion: https://ift.tt/pR2G8d9 https://ift.tt/sAZDQ4K Deno provides a great sandbox environment for Typescript code execution because of its permissions system which made it easy to spin up code that only has access to fetch and network calls. Stick an MCP proxy on top of that and you've got "CodeMode" (code intermixed with MCP tool calls) for more advanced workflow orchestration. https://ift.tt/HngaF92 There's a lot of things that can be improved here. Like a virtual file system for the agent to actually build up its solution instead of being forced to one shot the solution but the bones are there.

September 28, 2025 at 11:23PM jmcodes 4 https://ift.tt/tFM6XvA Show HN: Built an MCP server using Cloudflare's Code Mode pattern 0 Read this article by Cloudflare this morning https://ift.tt/fBc8bFZ the main argument being that LLMs are much better at writing typescript code than tool calls because they've seen typescript code many more times. HN Discussion: https://ift.tt/pR2G8d9 https://ift.tt/sAZDQ4K Deno provides a great sandbox environment for Typescript code execution because of its permissions system which made it easy to spin up code that only has access to fetch and network calls. Stick an MCP proxy on top of that and you've got "CodeMode" (code intermixed with MCP tool calls) for more advanced workflow orchestration. https://ift.tt/HngaF92 There's a lot of things that can be improved here. Like a virtual file system for the agent to actually build up its solution instead of being forced to one shot the solution but the bones are there. https://ift.tt/HngaF92

Nhận xét

Bài đăng phổ biến từ blog này