mcp-server-diff-typescript

mcp-server-diff-typescript

3

This project is a Model Context Protocol server built with TypeScript, designed for generating unified diffs between two text strings, which aids in text comparison and analysis.

MCP Server Diff TypeScript

A Model Context Protocol server that provides unified diff generation capabilities.

Features

Tools

  • Generate unified diff between two text strings
  • Takes oldString and newString as required parameters
  • Returns the difference in unified diff format
  • Uses the diff package for accurate difference detection
  • Includes 3 lines of context around changes