Server Diff TypeScript
Generates unified diffs between two text strings, enabling comparison and analysis of text differences.
About
This TypeScript-based server provides a unified diff generation system. It allows users to generate unified diffs between two text strings, facilitating easy comparison and analysis of textual changes. It leverages the 'diff' package for accurate detection and provides context around each change.
Key Features
- Generates unified diffs
- Uses the 'diff' package for accurate difference detection
- Can be used with Claude Desktop
- Takes two text strings as input
- Provides 3 lines of context around changes
Use Cases
- Comparing different versions of a document
- Debugging text-based data
- Analyzing changes made to code