Files
zesdex/apps/infrastructure/src/mcp/mod.rs
T

6 lines
152 B
Rust
Raw Normal View History

//! Model Context Protocol (MCP) — bridge between agent tools and external MCP
//! servers using the rmcp crate.
pub mod manager;
pub mod transport;