It turns out we've all been using MCP wrong. Most agents today use MCP by exposing the "tools" directly to the LLM. We tried something different: Convert the MCP tools into a TypeScript API, and then ask an LLM to write code that calls that API. The results are striking.| The Cloudflare Blog
Discover how combining AEM with Cloudflare Workers and Edge Side Includes delivers lightning-fast pages without sacrificing dynamic content.| Perficient Blogs
Cloudflare Workers now features a built-in RPC (Remote Procedure Call) system for use in Worker-to-Worker and Worker-to-Durable Object communication, with absolutely minimal boilerplate. We've designed an RPC system so expressive that calling a remote service can feel like using a library.| The Cloudflare Blog
Use a configuration file to customize the development and deployment setup for your Worker project and other Developer Platform products.| Cloudflare Docs
Microsoft has previewed Hyperlight Wasm for Windows and Linux, which combines micro-vms (virtual machines) with a WebAssembly runtime, […]| DEVCLASS
Write your Worker code in ES modules syntax for an optimized experience.| Cloudflare Docs
I recently went through the process of deploying various small Next.js applications to Cloudflare. As part of working on a new command called "neonctl create-app", we built a way to automatically deploy Next.js full-stack apps (i.e., Next.js apps with a backend+frontend) to both Cloudflare and| David Gomes