validation-doctor
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseValidation Doctor
验证诊断工具
Diagnostics
诊断步骤
-
Chrome DevTools MCP
- Probe by calling (may appear as
list_pagesdepending on the client).mcp6_list_pages
- Probe by calling
-
Brave Search MCP
- Probe by calling with a trivial query and
brave_web_search.count=1
- Probe by calling
-
Chrome DevTools MCP
- 通过调用进行探测(根据客户端不同,可能显示为
list_pages)。mcp6_list_pages
- 通过调用
-
Brave Search MCP
- 通过传入一个简单查询和调用
count=1进行探测。brave_web_search
- 通过传入一个简单查询和
Status Report
状态报告
| Component | Status | Action 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 is unavailable, allow
chrome-devtoolsfallback but mark results as Low Confidence.fetch - If is unavailable, do not claim competitor positioning; only score the page itself.
brave-search
- 如果不可用,允许使用
chrome-devtools回退方案,但需将结果标记为低可信度。fetch - 如果不可用,不要进行竞品定位分析;仅对页面本身进行评分。
brave-search