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 04e2757 commit 21d2ac0Copy full SHA for 21d2ac0
.github/workflows/test-mcp-server.yml
@@ -256,10 +256,10 @@ jobs:
256
run: |
257
echo "Testing workflow: /generate-sync → /mcp/compile..."
258
259
- # Get the output from the previous step
260
- GENERATE_OUTPUT=$(cat generate_output.txt)
+ # Get the output from the previous step and remove the build status comment
+ GENERATE_OUTPUT=$(cat generate_output.txt | sed '/^# Build/,$d')
261
262
- # Pass the generated code directly to compile
+ # Pass the cleaned generated code directly to compile
263
COMPILE_RESPONSE=$(curl -s -S -f -X POST http://localhost:8000/mcp/compile \
264
-H "Content-Type: application/json" \
265
-d "{
0 commit comments