TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Can someone ELI5 how Google's A2A is different from MCP?

1 点作者 tuyguntn大约 1 个月前
After reading some contents related to Google&#x27;s new A2A, it still didn&#x27;t click to me, how is it different from MCP? Can someone please ELI5 with a good example?<p>In my mind, I am still designing things with MCP. Even the communication between 2 agents can modeled as MCP with some capabilities.

2 条评论

mneil大约 1 个月前
MCP (Model Context Protocol) is essentially a protocol for tool access. It defines a standard way for large language models to interact with various tools, data, and resources. Simply put, MCP enables AI to use various functionalities, much like how programmers call functions.<p>A2A (Agent-to-Agent Protocol) focuses on agent collaboration. It establishes ways for intelligent agents to discover, communicate, and cooperate with each other, allowing different AI systems to work together like human teams.<p>Taken straight from this article:<p><a href="https:&#x2F;&#x2F;a2aprotocol.ai&#x2F;blog&#x2F;a2a-vs-mcp" rel="nofollow">https:&#x2F;&#x2F;a2aprotocol.ai&#x2F;blog&#x2F;a2a-vs-mcp</a>
评论 #43681800 未加载
bradac56大约 1 个月前
The simple answer is it is Google that alone should make it easy to understand.<p>They can&#x27;t monetize a MCP API so they made A2A.