Module tools

Source
Expand description

MCP tools module for Git-Iris

This module contains the implementation of the MCP tools that expose Git-Iris functionality to MCP clients.

Re-exports§

pub use self::changelog::ChangelogTool;
pub use self::codereview::CodeReviewTool;
pub use self::commit::CommitTool;
pub use self::releasenotes::ReleaseNotesTool;

Modules§

changelog
MCP changelog tool implementation
codereview
MCP code review tool implementation
commit
MCP commit tool implementation
releasenotes
MCP release notes tool implementation
utils
Common utilities for MCP tools

Structs§

GitIrisHandler
The main handler for Git-Iris, providing all MCP tools

Enums§

GitIrisTools

Functions§

handle_tool_error
Common error handling for Git-Iris tools