Cloudflare MCP Server Portals now support the MCP 2026-07-28 specification 🚀 Portals automatically accept the latest stateless MCP requests while remaining compatible with 2025 Streamable HTTP clients and servers. That means clients and upstream servers can upgrade independently, with no portal configuration changes or coordinated rollout required. Huge shoutout to Matt Carey and Miguel Saraiva for shipping this! 🙌 https://lnkd.in/gqTWjxhx
Kenny, how come MCP’s are so limited in comparison to API? Hope all is well my friend!
A big reason MCP feels constrained compared to traditional APIs is the multi-call lifecycle overhead. When each discrete action requires its own round trip, agents burn context rapidly. In Owl Browser's MCP server, adding composite one-shot tools that handle context creation, action, and extraction in a single call cut our benchmark down to a median 2.0 tool calls per task.