clarify mcpmerge prompt to extract inner value from JSON response

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Colin McDonnell
2026-02-14 03:35:30 +00:00
committed by pullfrog[bot]
parent 80ab5bad34
commit 593a956665
+1 -1
View File
@@ -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",
},