We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5234a commit 1367ab9Copy full SHA for 1367ab9
1 file changed
test/robot/functional/mcp.robot
@@ -58,7 +58,7 @@ Start MCP Servers
58
59
Parse MCP JSON Output
60
[Arguments] ${stdout}
61
- ${parsed}= Evaluate __import__('json').loads(args[0]) ${stdout}
+ ${parsed}= Evaluate json.loads(r'''${stdout}''') json
62
RETURN ${parsed}
63
64
*** Settings ***
0 commit comments