Skip to main content

One post tagged with "Tue Nov 25 2025 00:00:00 GMT+0000 (Coordinated Universal Time)"

View All Tags

The Day MCP Stopped Watching the Clock

· 10 min read
TheMCPGuy
MCP Developer & Educator

A stopwatch shattering as a paper airplane labeled 'task' soars past it

Every developer who has integrated an AI with a real backend knows this pain. The user says, "Run the data refresh." The MCP tool kicks off a job. The job takes four minutes. The MCP request times out at thirty seconds. The model receives an error and confidently tells the user, "I was unable to run the data refresh," even though the refresh is, at this very moment, happily running.

For about a year, MCP had no good answer for this. You either polled, you faked it, or you accepted that long-running operations weren't really part of the protocol's worldview. The 2025-11-25 spec changed that by introducing Tasks: a first-class way to say "this isn't going to finish in the next thirty seconds, and that's fine."

This post is about what Tasks are, what they replace, and why the addition is more interesting than the headline makes it sound.