Skip to content

Commit 8826530

Browse files
committed
Update README to correct manual testing command path
Modified the manual testing command in the README to reflect the correct path for the `zenml_server.py` script, ensuring clarity for users running smoke tests locally. 🤖 Generated with [Claude Code](https://claude.ai/code)
1 parent 72fc4b0 commit 8826530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This project includes automated testing to ensure the MCP server remains functio
6161
- **🔄 Automated Smoke Tests**: A comprehensive smoke test runs every 3 days via GitHub Actions
6262
- **🚨 Issue Creation**: Failed tests automatically create GitHub issues with detailed debugging information
6363
- **⚡ Fast CI**: Uses UV with caching for quick dependency installation and testing
64-
- **🧪 Manual Testing**: You can run the smoke test locally using `uv run scripts/test_mcp_server.py zenml_server.py`
64+
- **🧪 Manual Testing**: You can run the smoke test locally using `uv run scripts/test_mcp_server.py server/zenml_server.py`
6565

6666
The automated tests verify:
6767
- MCP protocol connection and handshake

0 commit comments

Comments
 (0)