mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:10:43 +00:00
test: stabilize mcp docker smokes
This commit is contained in:
@@ -127,7 +127,7 @@ async function runCronCleanupScenario(params: {
|
||||
enabled: true,
|
||||
schedule: { kind: "every", everyMs: 60_000 },
|
||||
sessionTarget: "isolated",
|
||||
wakeMode: "next-heartbeat",
|
||||
wakeMode: "now",
|
||||
payload: {
|
||||
kind: "agentTurn",
|
||||
message: "Use available context and then stop.",
|
||||
|
||||
@@ -97,7 +97,10 @@ async function main() {
|
||||
structuredContent?: { conversations?: Array<Record<string, unknown>> };
|
||||
}>({
|
||||
name: "conversations_list",
|
||||
arguments: {},
|
||||
arguments: {
|
||||
includeDerivedTitles: false,
|
||||
includeLastMessage: false,
|
||||
},
|
||||
});
|
||||
lastMcpConversationList = listed;
|
||||
return listed.structuredContent?.conversations?.find(
|
||||
|
||||
Reference in New Issue
Block a user