About
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
- 0 GitHub stars
- Generates unified diffs between two text strings
- Includes 3 lines of context around changes
- Uses the `diff` package for accurate difference detection
Use Cases
- Comparing versions of code or documents
- Highlighting changes in configuration files
- Analyzing differences in text-based data