HonahX commented on code in PR #86: URL: https://github.com/apache/polaris-tools/pull/86#discussion_r2579150636
########## mcp-server/README.md: ########## @@ -29,11 +29,13 @@ The implementation is built on top of [FastMCP](https://gofastmcp.com) for strea ## Building and Running Run the following commands from the `mcp-server` directory: -- `uv sync` — install runtime dependencies -- `uv run polaris-mcp` — start the MCP server (stdin/stdout transport) -- `uv sync --extra test --extra dev` — install runtime, test and dev dependencies -- `uv run pytest` — run the test suite -- `uv run pre-commit run --all-files` — lint all files +- `uv sync` - install runtime dependencies +- `uv run polaris-mcp` - start the MCP server (stdin/stdout transport) +- `uv sync --extra test --extra dev` - install runtime, test and dev dependencies +- `uv run pytest` - run the test suite +- `uv run pre-commit run --all-files` - lint all files +- `uv build && uv publish --index testpypi --token [Pypi-API-token]` - Publish a nightly to test.pypi.org Review Comment: Would we consider encoding timestamp/commit-hash to the nightly build version or it will be included in the nightly build publishing action? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
