返回协议层Back to Protocol Layer
Protocol Layer · MCP

MCP 适配器MCP Adapter

MCP 适配器桥接 A2A 协议与 Anthropic MCP 生态,让智能体无缝调用第三方工具,并支持 SSO/OAuth 统一鉴权。MCP Adapter bridges the A2A protocol with the Anthropic MCP ecosystem, enabling agents to seamlessly invoke third-party tools with SSO/OAuth unified authentication.

MCP 协议概述

MCP(Model Context Protocol)由 Anthropic 发起,采用 MIT 开源许可。它定义了 LLM 与外部工具/数据源之间的标准化交互方式,采用 Host-Client-Server 架构。

SSO / OAuth 统一鉴权

MCP 适配器内置 OAuth 2.0 统一鉴权层,支持:

工具生态兼容

适配器完全兼容主流 MCP 工具生态,智能体可通过标准 MCP 接口调用:

所有工具调用经过适配器协议转换,从 MCP JSON-RPC 映射到 A2A JSON-RPC,保持通信一致性。

Tools

工具注册、Schema 定义、同步/异步调用Tool registration, Schema definition, sync/async invocation

Resources

资源暴露、URI 模板、内容协商Resource exposure, URI templates, content negotiation

Prompts

Prompt 模板管理、参数填充、版本控制Prompt template management, parameter filling, versioning

← 返回