test: stabilize mcp docker smokes

This commit is contained in:
Vincent Koc
2026-04-29 00:16:59 -07:00
parent 6a3310bbda
commit 1dd500c495
2 changed files with 5 additions and 2 deletions

View File

@@ -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.",

View File

@@ -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(