PaPoo
cover

MCP’s roadmap looks more like a security document than a feature list

What surprised me most here is how little the new MCP roadmap sounds like “product roadmap” in the usual sense. It reads more like a negotiation with reality: if you want AI agents to touch real systems, then auth, transport, identity, and scoping have to stop being afterthoughts. That feels overdue. The part I’m less convinced by is whether all of this will stay coherent once different vendors implement it in slightly different ways. I think that’s the real risk with MCP right now: not lack of ambition, but fragmentation dressed up as standardization.

The article’s strongest point is also the least glamorous one. The roadmap is pushing MCP away from the loose, demo-friendly world of “connect an agent to a tool” and toward something enterprise teams can actually sign off on. Streamable HTTP instead of the older transport approach, agent identity via DPoP and workload identity federation, enterprise-managed authorization, progressive discovery, clearer SDK guidance — that’s not sexy, but it’s the stuff that determines whether a pilot dies in security review.

That shift makes sense to me. If an agent is going to call tools on your behalf, “who exactly is acting?” stops being a philosophical question and becomes an audit log question. The article’s emphasis on agent identity and delegated authorization is especially interesting because it hints at a future where the agent is not just “a user with a prompt,” but a separately recognized actor. That’s the right direction. It also means the old habit of bolting OAuth onto everything and hoping for the best probably won’t cut it.

I do wonder about the practical cost of all this. The more MCP leans into enterprise controls, the more it risks becoming harder to adopt for the very developers who liked it because it felt lightweight. “Progressive discovery” sounds nice, but in real systems it can easily turn into more network calls, more policy checks, more places for behavior to vary. The roadmap may make MCP safer, but it might also make it feel less like a simple protocol and more like a platform with opinions.

There’s also a quiet but important subtext here: the standard is being shaped by the needs of companies that want governable agent systems, not by hobbyists building clever demos. That isn’t a criticism. It may be the only way this category gets serious. But it does mean MCP is drifting from “cool interoperability layer” toward “the plumbing you buy into because compliance says so.”

If I were building with Claude or any other agent stack, I’d pay closest attention to the auth and identity pieces first. Those are the bits that decide whether agents can safely do anything useful in production. The transport changes matter too, but mostly because they’re a clue about where the ecosystem is heading: less toy protocol, more real infrastructure.


Reference: MCPロードマップ刷新、「AIエージェント」の過剰権限をどう防ぐ

同じ著者の記事