feat: add MCP creator screenshot metrics recognition

This commit is contained in:
巫凤萍
2026-08-19 15:08:17 +08:00
parent 8f7ea0558d
commit ab3a544eec
12 changed files with 342 additions and 36 deletions

View File

@@ -520,7 +520,7 @@ test("surfaces current detail tool failures without calling removed tools", asyn
},
fetchImpl,
),
/获取内容详情失败/,
/MCP工具 fetch_content_detail 返回失败code 400获取内容详情失败/,
);
assert.equal(calls.length, 3);
assert.equal(calls[2].body.params.name, "fetch_content_detail");