j

json对比测试

yohanLiu/jsondiff
Hosted
0 Stars 274 次浏览 yohan 更新于 2026-08-23

纯个人测试,无对比功能。 具有实际对比功能的mcp:https://modelscope.cn/mcp/servers/yohanLiu/jsonDiffMcp

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "mcp_jsondiff_test": {
      "args": [
        "mcp-jsondiff-test@latest"
      ],
      "command": "uvx"
    }
  }
}

可用工具 (1 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

jsonDiff 2 个参数 需填 2 项

执行json字符串对比

必填参数:expectKey、actualKey

服务介绍

jsondiff MCP Test

纯个人测试用,无对比功能
具有实际对比功能的mcp:https://modelscope.cn/mcp/servers/yohanLiu/jsonDiffMcp

inspector

npx @modelcontextprotocol/inspector uvx mcp-jsondiff-test

MCP 服务器配置

{
  "mcpServers": {
    "mcp_jsondiff_test": {
        "command": "uvx",
        "args": [
          "mcp-jsondiff-test@latest"
        ]
      }
  }
}

相关 MCP 服务