From 593a9566658e5f4dd936754cd7fe6d7baf541ed3 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sat, 14 Feb 2026 03:35:30 +0000 Subject: [PATCH] clarify mcpmerge prompt to extract inner value from JSON response Co-authored-by: Cursor --- test/crossagent/mcpmerge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/crossagent/mcpmerge.ts b/test/crossagent/mcpmerge.ts index ba531da..987e6d8 100644 --- a/test/crossagent/mcpmerge.ts +++ b/test/crossagent/mcpmerge.ts @@ -15,7 +15,7 @@ const secret = randomUUID(); const fixture = defineFixture( { - prompt: `Call the get_test_value tool from the robinMCP server, then call set_output with the exact value returned.`, + prompt: `Call the get_test_value tool from the robinMCP server. It returns a JSON object with a "value" field. Extract that inner value string and pass it to set_output.`, bash: "disabled", effort: "mini", },