Install the server
The recommended isolated runner is uvx. The package name and executable name differ, so --from makes the source package explicit.
uvx --from aicraft-code-review --with "mcp<2" mcp-code-reviewOr install into an existing environment:
pip install "aicraft-code-review==0.1.2" "mcp<2"