Server Diff TypeScript icon

Server Diff TypeScript

3

Generates unified diffs between two text strings, enabling comparison and analysis of text differences.

Acerca de

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.

Características Principales

  • 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

Casos de Uso

  • Comparing different versions of a document
  • Debugging text-based data
  • Analyzing changes made to code