Skip to content

Commit 87c4f07

Browse files
committed
Add dummy API key and debug output for public LLM node in workflow
1 parent ed98d79 commit 87c4f07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-mcp-server.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,13 @@ jobs:
409409
# Set USE_MOCK_LLM=true in environment for this command
410410
export USE_MOCK_LLM=true
411411
412+
# Add a dummy API key for the public node to bypass validation
413+
export LLM_API_KEY="dummy_key_for_public_node"
414+
412415
# Add debug output to see what's being used
413416
echo "LLM_API_BASE: $LLM_API_BASE"
414417
echo "USE_MOCK_LLM: $USE_MOCK_LLM"
418+
echo "LLM_API_KEY is set to a dummy value for the public node"
415419
416420
# Redirect output to log file for debugging
417421
python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 > server.log 2>&1 &

0 commit comments

Comments
 (0)