Skip to main content

zendriver_mcp/
lib.rs

1//! Internal library for the `zendriver-mcp` binary.
2//!
3//! Exposed primarily so integration tests can construct the server stack
4//! directly without spawning the binary.
5
6pub mod errors;
7pub mod selectors;
8pub mod server;
9pub mod snapshot;
10pub mod state;
11pub mod tools;
12pub mod transport;