MCP.so
登录

mcp-server-diff-typescript MCP Server

@tatn

关于 mcp-server-diff-typescript MCP Server

暂无概览

基本信息

分类

版本控制

传输方式

stdio

发布者

tatn

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-diff-typescript": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "npx",
        "-y",
        "mcp-server-diff-typescript"
      ]
    }
  }
}

工具

1

Generate unified diff between two text strings

概览

What is mcp-server-diff-typescript?

A Model Context Protocol server that generates unified diffs between two text strings. It provides a single tool for comparing and analyzing text differences, useful for developers and content creators working with version changes or text comparisons.

How to use mcp-server-diff-typescript?

Install globally via npm install -g mcp-server-diff-typescript or as a project dependency. Configure it in Claude Desktop by adding the server entry to claude_desktop_config.json using npx -y mcp-server-diff-typescript or a local build path. Invoke the get-unified-diff tool with oldString and newString parameters to receive a unified diff with three lines of context.

Key features of mcp-server-diff-typescript?

  • Provides a single tool: get-unified-diff
  • Generates unified diffs between two text strings
  • Uses the diff

评论

版本控制 分类下的更多 MCP 服务器