Skip to main content
Glama

MCP Server Diff TypeScript

by tatn

get-unified-diff

Generate unified diff format to compare and analyze differences between two text strings for clear text comparison insights.

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" }

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