MCP Server Diff TypeScript

by tatn

get-unified-diff

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