Module tools

Module tools 

Source
Expand description

MCP tools module

This module contains the implementation of the MCP tools that expose Pilot functionality to MCP clients.

Re-exports§

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

Modules§

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

Structs§

PilotHandler
The main handler for Pilot, providing all MCP tools

Enums§

PilotTools

Functions§

handle_tool_error