This tool is a TypeScript-based server that implements a diff generation system using the Model Context Protocol (MCP). It provides a 'get-unified-diff' tool which accurately detects differences between two text strings and returns the result in unified diff format, with 3 lines of context around each change. This is particularly useful for comparing and analyzing textual variations.
Key Features
010 GitHub stars
02Generates unified diffs between two text strings
03Includes 3 lines of context around changes
04Uses the `diff` package for accurate difference detection