MCP Server Diff Python

by tatn

get-unified-diff

Extract differences between two text articles in Unified diff format. Ideal for comparing text inputs using Python's standard library difflib.

Instructions

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 from MCP Server Diff Python

Related Tools

ID: qbwsx2g4vd