praxis_mcp/
lib.rs

1pub mod client;
2pub mod executor;
3
4pub use client::{MCPClient, ToolInfo, ToolResponse};
5pub use executor::MCPToolExecutor;
6