a2a-mcp 0.3.0

Bidirectional integration between A2A Protocol and Model Context Protocol (MCP)
Documentation
1
2
3
4
5
6
7
//! Bridge implementations for A2A-MCP integration

pub mod agent_to_mcp;
pub mod mcp_to_a2a;

pub use agent_to_mcp::AgentToMcpBridge;
pub use mcp_to_a2a::McpToA2ABridge;