Connection check
verified live · 27h ago
diff-patch-tools
Cloudflare Workers MCP server: diff-patch-tools
Tools
6
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
6 toolsRead from the running server on 27h ago.
apply_patch
patch*original*
Apply a unified diff patch to an original text and return the patched result. Apply a unified diff patch to an original text and return the patched result.
diff_stats
diff*
Parse a unified diff string and return line-level statistics: additions, deletions, hunks, files changed. Parse a unified diff string and return line-level statistics: additions, deletions, hunks, files changed.
json_diff
modified*original*
Compute a structural diff between two JSON values, showing added, removed, and replaced fields. Compute a structural diff between two JSON values, showing added, removed, and replaced fields.
patch_validate
patch*original*
Check whether a unified diff patch can be applied cleanly to an original text without actually applying it. Check whether a unified diff patch can be applied cleanly to an original text without actually applying it.
text_diff
contextmodified*original*modified_fileoriginal_file
Generate a unified diff between two text strings. Ideal for comparing file versions before and after edits. Generate a unified diff between two text strings. Ideal for comparing file versions before and after edits.
three_way_merge
base*ours*theirs*ours_labeltheirs_label