Generates unified diffs between two text strings, enabling comparison and analysis of text differences.
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.