Server Diff Python
Generates text differences between two strings using Python's `difflib` in Unified diff format.
소개
This server leverages Python's standard library `difflib` to efficiently generate and provide differences between two texts in Unified diff format. It offers a single tool, `get-unified-diff`, which takes two strings as input and returns their differences in Unified diff format, making it ideal for text comparison and version control purposes.
주요 기능
- Provides the 'get-unified-diff' tool for generating text differences
- Uses Python's `difflib` for efficient difference calculation
- Returns differences in standard Unified diff format
- Integrates with Claude Desktop via MCP server configuration
- 4 GitHub stars
사용 사례
- Text comparison
- Version control
- Integration with large language model platforms