Module server

Module server 

Source
Expand description

Model Context Protocol (MCP) integration

This module contains the implementation of the MCP server that allows gitai to be used directly from compatible LLM-powered tools and assistants.

Re-exports§

pub use serve::serve;
pub use tools::ChangelogTool;
pub use tools::CodeReviewTool;
pub use tools::CommitTool;
pub use tools::PrTool;
pub use tools::ReleaseNotesTool;

Modules§

config
Configuration for the MCP server
serve
MCP server implementation
tools
MCP tools module