a2a-mcp 0.4.0

Bidirectional integration between A2A Protocol and Model Context Protocol (MCP)
Documentation
1
2
3
4
5
6
7
8
9
10
//! Protocol converters between A2A and MCP

pub mod llm_tool;
pub mod message;
pub mod skill_tool;
pub mod task_result;

pub use message::MessageConverter;
pub use skill_tool::SkillToolConverter;
pub use task_result::TaskResultConverter;