validation-doctor

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Validation Doctor

验证诊断工具

Diagnostics

诊断步骤

  1. Chrome DevTools MCP
    • Probe by calling
      list_pages
      (may appear as
      mcp6_list_pages
      depending on the client).
  2. Brave Search MCP
    • Probe by calling
      brave_web_search
      with a trivial query and
      count=1
      .
  1. Chrome DevTools MCP
    • 通过调用
      list_pages
      进行探测(根据客户端不同,可能显示为
      mcp6_list_pages
      )。
  2. Brave Search MCP
    • 通过传入一个简单查询和
      count=1
      调用
      brave_web_search
      进行探测。

Status Report

状态报告

ComponentStatusAction Required
Market Validator (Brave)✅ / ❌[Config Snippet / None]
Technical Validator (Chrome)✅ / ❌[Config Snippet / None]
组件状态所需操作
市场验证器(Brave)✅ / ❌[配置代码片段 / 无]
技术验证器(Chrome)✅ / ❌[配置代码片段 / 无]

Setup Snippets

设置代码片段

Chrome DevTools (NPX)

Chrome DevTools(NPX)

json
{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "chrome-devtools-mcp@latest"]
    }
  }
}
json
{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "chrome-devtools-mcp@latest"]
    }
  }
}

Brave Search (NPX)

Brave Search(NPX)

json
{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@brave/brave-search-mcp-server", "--transport", "stdio"],
      "env": {
        "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
json
{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@brave/brave-search-mcp-server", "--transport", "stdio"],
      "env": {
        "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Runtime Policy

运行时策略

  • If
    chrome-devtools
    is unavailable, allow
    fetch
    fallback but mark results as Low Confidence.
  • If
    brave-search
    is unavailable, do not claim competitor positioning; only score the page itself.
  • 如果
    chrome-devtools
    不可用,允许使用
    fetch
    回退方案,但需将结果标记为低可信度
  • 如果
    brave-search
    不可用,不要进行竞品定位分析;仅对页面本身进行评分。