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 a4ccb41 commit 6124dd9Copy full SHA for 6124dd9
testcases/ground-to-cloud/run.sh
@@ -45,6 +45,10 @@ echo "MCP server started with PID: $MCP_PID"
45
echo "Waiting a moment for server to initialize..."
46
sleep 20
47
48
+echo "====== MCP Server Output ======"
49
+cat mcp_server_output.log
50
+echo "====== End of initial MCP Server Output ======"
51
+
52
echo "Running integration test..."
53
MCP_SERVER_NAME="$MCP_SERVER_NAME" uv run test.py
54
@@ -57,4 +61,4 @@ cat mcp_server_output.log
57
61
echo "Test completed with exit code: $TEST_EXIT_CODE"
58
62
59
63
# Cleanup will happen automatically due to trap
60
-exit $TEST_EXIT_CODE
64
+exit $TEST_EXIT_CODE
0 commit comments