Skip to main content

ookcite_mcp/
lib.rs

1//! ookcite-mcp library crate.
2//!
3//! Exposes shared modules used by both the binary and integration tests.
4//! The CLI entry point lives in `src/main.rs`.
5
6pub mod endpoints;