MCP Server Diff TypeScript

by tatn

get-unified-diff

Generate a Unified diff format comparison between two text strings to highlight differences for analysis and version control.

Instructions

Get the difference between two text articles in Unified diff format.

Input Schema

NameRequiredDescriptionDefault
newStringYesnew string to compare
oldStringYesold string to compare

Input Schema (JSON Schema)

{ "properties": { "newString": { "description": "new string to compare", "type": "string" }, "oldString": { "description": "old string to compare", "type": "string" } }, "required": [ "oldString", "newString" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Diff TypeScript

Related Tools

ID: 3sbmp65pce