Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by mcpflow • Uncategorized
An MCP server that provides text differences between two strings in Unified diff format using Python's difflib.
Compare two text strings and obtain their differences in a standard unified diff format.
That require integration of text diff functionality for version control or text comparison tasks.
A lightweight, Python-based solution for generating text diffs without external dependencies.
This MCP server leverages Python's standard library difflib to efficiently generate and provide differences between two texts in Unified diff format. It is ideal for text comparison and version control purposes. The server exposes a single tool to get unified diffs, making it simple and effective for integration with agents and applications.