flyrain commented on code in PR #86: URL: https://github.com/apache/polaris-tools/pull/86#discussion_r2579050881
########## 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 Review Comment: Formatting changes only. -- 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]
