a2a-mcp 0.4.0

Bidirectional integration between A2A Protocol and Model Context Protocol (MCP)
Documentation
1
2
3
4
5
6
7
//! Adapters for converting between A2A and RMCP

mod tool_to_agent;
mod agent_to_tool;

pub use tool_to_agent::ToolToAgentAdapter;
pub use agent_to_tool::AgentToToolAdapter;