Module mcp

Source
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;

Modules§

config
Configuration for the MCP server
server
MCP server implementation for Git-Iris
tools
MCP tools module for Git-Iris