You're viewing a demo portfolio

Join the waitlist
PRSM

diff_lines

Active

Tool 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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Diff

https://github.com/pipeworx-io/mcp-diff

2/7 registries
View full server →
diff_lines — Diff — PRSM MCP