meerkat-comms 0.1.0

Inter-agent communication for Meerkat
Documentation
1
2
3
4
5
6
7
8
//! MCP tool implementations for Meerkat comms.

pub mod tools;

pub use tools::{
    ListPeersInput, SendMessageInput, SendRequestInput, SendResponseInput, ToolContext,
    handle_tools_call, tools_list,
};