MCP Server Diff Python

by tatn

get-unified-diff

Get the difference between two text articles in Unified diff format. Use this when you want to extract the difference between texts.

Input Schema

NameRequiredDescriptionDefault
string_aYes
string_bYes

Input Schema (JSON Schema)

{ "properties": { "string_a": { "type": "string" }, "string_b": { "type": "string" } }, "required": [ "string_a", "string_b" ], "type": "object" }

You must be authenticated.

Other Tools