MCP Server Diff TypeScript

by tatn

get-unified-diff

Generate a Unified diff format comparison between two text strings to highlight differences for analysis and version control.

Instructions

Get the difference between two text articles in Unified diff format.

Input Schema

NameRequiredDescriptionDefault
newStringYesnew string to compare
oldStringYesold string to compare

Input Schema (JSON Schema)

{ "properties": { "newString": { "description": "new string to compare", "type": "string" }, "oldString": { "description": "old string to compare", "type": "string" } }, "required": [ "oldString", "newString" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Diff TypeScript

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tatn/mcp-server-diff-typescript'

If you have feedback or need assistance with the MCP directory API, please join our Discord server