Files
zesdex/crates/zesdex-backend/src/app/mcp/mod.rs
T

4 lines
169 B
Rust
Raw Normal View History

//! Model Context Protocol (MCP) client: connects to external MCP servers
//! (stdio or HTTP) and exposes their tools through the crate's `Tool` trait.
pub mod manager;