diff_lines
ActiveTool of Diff
declared in 0.1.0
Compute a line-level diff between two texts (keyless, offline). Returns the change list (equal/add/remove), an added/removed/unchanged summary, and a unified-diff-style string with +/- prefixes.
Parameters schema
{
"type": "object",
"required": [
"a",
"b"
],
"properties": {
"a": {
"type": "string",
"description": "The original (\"before\") text."
},
"b": {
"type": "string",
"description": "The new (\"after\") text."
},
"context": {
"type": "boolean",
"description": "If true, include unchanged lines in the unified output (default true)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Diff
https://github.com/pipeworx-io/mcp-diff
2/7 registries