Expand KOC LOOP MCP operations
This commit is contained in:
@@ -246,6 +246,7 @@ test("exports complete task recovery data to Excel with embedded images", async
|
||||
assert.match(exportRoute, /screenshot_key/);
|
||||
assert.match(exportRoute, /image_assets/);
|
||||
assert.match(exportRoute, /isAdminRequest/);
|
||||
assert.match(exportRoute, /consumeMcpExportToken/);
|
||||
assert.match(workbook, /xl\/drawings\/drawing1\.xml/);
|
||||
assert.match(workbook, /xl\/media\/image/);
|
||||
assert.match(workbook, /oneCellAnchor/);
|
||||
@@ -327,6 +328,7 @@ test("filters and exports the current KOC resource result set", async () => {
|
||||
assert.match(exportRoute, /历史合作来源/);
|
||||
assert.match(exportRoute, /合作社资源 · 不可直联/);
|
||||
assert.match(exportRoute, /isManagerRequest/);
|
||||
assert.match(exportRoute, /consumeMcpExportToken/);
|
||||
assert.match(workbook, /relationships\/hyperlink/);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user