Expand description
Model Context Protocol (MCP) integration for Git-Iris
This module contains the implementation of the MCP server that allows Git-Iris to be used directly from compatible LLM-powered tools and assistants.
Re-exports§
pub use server::serve;
pub use tools::ChangelogTool;
pub use tools::CodeReviewTool;
pub use tools::CommitTool;
pub use tools::ReleaseNotesTool;