Skip to main content
Glama

MCP Server Diff TypeScript

by tatn

mcp-server-diff-typescript MCP サーバー

統合された diff 生成機能を提供するモデル コンテキスト プロトコル サーバー。

このTypeScriptベースのMCPサーバーは、差分生成システムを実装しています。2つのテキスト文字列間の統合された差分を生成するツールを提供し、テキストの差異の比較や分析に役立ちます。

特徴

ツール

  • get-unified-diff - 2つのテキスト文字列間の統合された差分を生成する
    • oldStringnewString必須パラメータとして受け取ります
    • 差分を統合差分形式で返します
    • 正確な差異検出のためにdiffパッケージを使用する
    • 変更に関する 3 行のコンテキストが含まれます

インストール

グローバルパッケージとして

npm install -g mcp-server-diff-typescript

プロジェクトの依存関係として

npm install mcp-server-diff-typescript

使用法

Claude Desktopでの使用

Claude Desktop で使用するには、サーバー設定を追加します。

MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

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

または次の構成を追加します。

git clone https://github.com/tatn/mcp-server-diff-typescript.git cd mcp-server-diff-typescript npm install npm run build
"mcpServers": { "mcp-server-diff-typescript": { "command": "node", "args": [ "/path/to/mcp-server-diff-typescript/build/index.js" ] } }

デバッグ

MCP サーバーをデバッグするには:

npx @modelcontextprotocol/inspector npx -y mcp-server-diff-typescript
npx @modelcontextprotocol/inspector node /path/to/mcp-server-diff-typescript/build/index.js

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

このサーバーは、2 つのテキスト文字列間の統合された差分を生成するツールを提供し、テキストの比較と分析を容易にします。

  1. 特徴
    1. ツール
  2. インストール
    1. グローバルパッケージとして
    2. プロジェクトの依存関係として
  3. 使用法
    1. Claude Desktopでの使用
    2. デバッグ

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    Server for using Dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.
    Last updated -
    189
    Python
  • A
    security
    A
    license
    A
    quality
    This MCP server provides unified diffs of two text inputs using Python's standard library difflib.
    Last updated -
    1
    4
    Python
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    Enables text extraction from web pages and PDFs, and execution of predefined commands, enhancing content processing and automation capabilities.
    Last updated -
    3
    TypeScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    Provides comprehensive document processing, including reading, converting, and manipulating various document formats with advanced text and HTML processing capabilities.
    Last updated -
    16
    231
    11
    TypeScript
    MIT License

View all related MCP servers

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