1 2 3 4 5 6 7
//! MCP server that lets LLMs explore and search Git repositories. //! //! Provides tools for listing repos, browsing commit logs, viewing diffs, //! searching commit messages, and inspecting branches — all read-only. pub mod error; pub mod server;