analyze_changes
Extracts and structures git diff data, providing context and analysis instructions for AI models via the Model Context Protocol in Lucidity MCP.
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 |