mcp-server-diff-typescript
If you are the rightful owner of mcp-server-diff-typescript and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides unified diff generation capabilities.
The mcp-server-diff-typescript is a TypeScript-based Model Context Protocol server designed to generate unified diffs between two text strings. This server is particularly useful for comparing and analyzing text differences, making it an essential tool for developers and analysts who need to track changes in text data. By implementing a diff generation system, it allows users to easily identify and understand the differences between two versions of a text. The server uses the 'diff' package to ensure accurate difference detection and includes three lines of context around changes to provide a comprehensive view of the modifications.
Features
- Unified Diff Generation: Generates unified diffs between two text strings, providing a clear view of changes.
- Accurate Difference Detection: Utilizes the 'diff' package for precise detection of text differences.
- Contextual Information: Includes three lines of context around changes to enhance understanding of modifications.
Tools
get-unified-diff
Generates a unified diff between two text strings, using 'oldString' and 'newString' as parameters.