Text Diff (Python)
Integrates with Python's difflib to generate unified diffs for efficient text comparison and version control tasks.
7 stars
0 tools
Created Aug 2025
@tatn/tatn-text-diff-python-diff-pythonAbout
Integrates with Python's difflib to generate unified diffs for efficient text comparison and version control tasks.
Categories
general
Installation
npm
npm install @tatn/tatn-text-diff-python-diff-python
Configuration
{
"mcpServers": {
"tatn-text-diff-python-diff-python": {
"command": "npx",
"args": [
"-y",
"@tatn/tatn-text-diff-python-diff-python"
]
}
}
}