mcp-server-diff-typescript MCP 서버
통합된 diff 생성 기능을 제공하는 모델 컨텍스트 프로토콜 서버입니다.
이 TypeScript 기반 MCP 서버는 diff 생성 시스템을 구현합니다. 두 텍스트 문자열 간의 통합 diff를 생성하는 도구를 제공하며, 이는 텍스트 차이점을 비교하고 분석하는 데 유용합니다.
특징
도구
get-unified-diff
- 두 텍스트 문자열 간의 통합 diff 생성oldString
과newString
필수 매개변수로 사용합니다.- 통합된 diff 형식으로 차이를 반환합니다.
- 정확한 차이 감지를 위해
diff
패키지를 사용합니다. - 변경 사항에 대한 3줄의 맥락이 포함되어 있습니다.
설치
글로벌 패키지로서
지엑스피1
프로젝트 종속성으로서
용법
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
이 서버는 두 텍스트 문자열 간의 통합된 차이점을 생성하는 도구를 제공하여 텍스트 비교 및 분석을 용이하게 합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -12669JavaScriptApache 2.0
- AsecurityAlicenseAqualityThis MCP server provides unified diffs of two text inputs using Python's standard library difflib.Last updated -17PythonMIT License
- AsecurityAlicenseAqualitycompare 2 text or data (supports text diffs, json, json5, yaml, toml, xml and html). powered by jsondiffpatchLast updated -12745,104TypeScriptMIT License
- AsecurityFlicenseAqualityA 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 -11JavaScript