aether-mcp-utils 0.1.8

MCP client and server utilities for the Aether AI agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]

pub mod display_meta;
pub mod status;
pub mod testing;
pub mod transport;

#[cfg(feature = "client")]
pub mod client;

pub use rmcp::ServiceExt;