analyze_changes
Extract and structure git diff data for AI analysis. Prepares git changes by organizing code modifications and providing analysis instructions via the Model Context Protocol.
Instructions
Prepare git changes for analysis through MCP.
This tool examines the current git diff, extracts changed code, and prepares structured data with context for the AI to analyze.
The tool doesn't perform analysis itself - it formats the git diff data and provides analysis instructions which get passed back to the AI model through the Model Context Protocol.
Args: workspace_root: The root directory of the workspace/git repository path: Optional specific file path to analyze
Returns: Structured git diff data with analysis instructions for the AI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | ||
workspace_root | No |