agit 1.3.0

AI-native Git wrapper for capturing context alongside code
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! MCP tool implementations.
//!
//! This module contains the implementations of MCP tools that
//! AI editors can call to interact with AGIT.

pub mod get_context;
pub mod get_file_history;
pub mod get_recent_summaries;
pub mod log_step;
pub mod read_roadmap;
pub mod relevant_context;