clarify mcpmerge prompt to extract inner value from JSON response
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
pullfrog[bot]
parent
80ab5bad34
commit
593a956665
@@ -15,7 +15,7 @@ const secret = randomUUID();
|
|||||||
|
|
||||||
const fixture = defineFixture(
|
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",
|
bash: "disabled",
|
||||||
effort: "mini",
|
effort: "mini",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user