agentmux 0.6.0

Multi-agent coordination runtime with inter-agent messaging across CLI, MCP, tmux, and ACP.
Documentation
1
2
3
4
5
6
7
8
9
//! MCP server surface for agentmux.

mod errors;
mod help;
mod params;
mod server;
mod validation;

pub use server::{McpConfiguration, run};