Server Diff Python icon

Server Diff Python

CreatedMCP-Mirror

Generates text differences between two strings in Unified diff format.

About

This server leverages Python's standard library `difflib` to efficiently generate and provide differences between two texts in Unified diff format. It provides a single tool, 'get-unified-diff', that takes two strings as input and returns their differences, making it ideal for text comparison and version control purposes.

Key Features

  • Uses Python's `difflib` for efficient diff generation
  • 0 GitHub stars
  • Provides a 'get-unified-diff' tool for generating text differences
  • Outputs differences in Unified diff format

Use Cases

  • Version control
  • Identifying changes between text versions
  • Text comparison