mcp-a2a 1.0.0

A2A Remote Agent MCP server for ADK-Rust Enterprise — agent-card discovery, task management, streaming, and push notifications
Documentation
1
2
3
4
5
pub mod types;
pub mod store;
pub mod server;
pub use types::*;
pub use store::A2aStore;