Skip to content

Commit 2ba0910

Browse files
committed
Update MCP smoke test workflow to correct script path
This commit modifies the MCP smoke test workflow by updating the path for the `zenml_server.py` script to `server/zenml_server.py`. This change ensures that the smoke test runs correctly with the appropriate script location. 🤖 Generated with [Claude Code](https://claude.ai/code)
1 parent 4298480 commit 2ba0910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: smoke-test
4545
run: |
4646
echo "Running MCP smoke test..."
47-
uv run scripts/test_mcp_server.py zenml_server.py
47+
uv run scripts/test_mcp_server.py server/zenml_server.py
4848
continue-on-error: true
4949

5050
- name: Create issue on failure
@@ -126,4 +126,4 @@ jobs:
126126
if: steps.smoke-test.outcome == 'success'
127127
run: |
128128
echo "✅ MCP smoke test passed successfully!"
129-
echo "All MCP server functionality is working as expected."
129+
echo "All MCP server functionality is working as expected."

0 commit comments

Comments
 (0)