mcp-server-diff-typescript MCP サーバー
統合された diff 生成機能を提供するモデル コンテキスト プロトコル サーバー。
このTypeScriptベースのMCPサーバーは、差分生成システムを実装しています。2つのテキスト文字列間の統合された差分を生成するツールを提供し、テキストの差異の比較や分析に役立ちます。
特徴
ツール
get-unified-diff- 2つのテキスト文字列間の統合された差分を生成するoldStringとnewString必須パラメータとして受け取ります差分を統合差分形式で返します
正確な差異検出のために
diffパッケージを使用する変更に関する 3 行のコンテキストが含まれます
インストール
グローバルパッケージとして
プロジェクトの依存関係として
使用法
Claude Desktopでの使用
Claude Desktop で使用するには、サーバー設定を追加します。
MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
または次の構成を追加します。
デバッグ
MCP サーバーをデバッグするには:
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
このサーバーは、2 つのテキスト文字列間の統合された差分を生成するツールを提供し、テキストの比較と分析を容易にします。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.Last updated -11910Apache 2.0
- Asecurity-licenseAqualityThis MCP server provides unified diffs of two text inputs using Python's standard library difflib.Last updated -17MIT License
- Asecurity-licenseAqualitycompare 2 text or data (supports text diffs, json, json5, yaml, toml, xml and html). powered by jsondiffpatchLast updated -1225,188MIT License
- Asecurity-licenseAqualityA lightweight server that provides detailed text analysis, counting total characters, characters without spaces, letters, numbers, and symbols for AI assistants like Claude Desktop and GitHub Copilot.Last updated -13