-
securityF
license-
qualityServer for using Dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.
Last updated -
250
Python
一个用于获取两个字符串之间文本差异的 MCP 服务器。该服务器利用 Python 标准库difflib
高效生成并以统一 diff 格式提供两个文本之间的差异,非常适合文本比较和版本控制。
服务器提供一个单一工具:
string_a
:用于比较的源文本(必需)string_b
:要比较的目标文本(必需)与 Claude Desktop 一起使用 要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
或者添加以下配置:
您可以使用npx通过以下命令启动 MCP Inspector:
local-only server
The server can only run on the client's local machine because it depends on local resources.
该 MCP 服务器使用 Python 的标准库 difflib 提供两个文本输入的统一差异。
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-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server