mcpeek 1.0.0

A TUI MCP inspector
Documentation
1
2
3
4
5
pub mod app;
pub mod ui;

pub use app::{App, Tab};
pub use ui::render_ui;