소개
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.
주요 기능
- 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
사용 사례
- Comparing different versions of a document
- Debugging text-based data
- Analyzing changes made to code