Skip to content

Installer should check python environment #256

@GrumpyKitten81

Description

@GrumpyKitten81

example for poetry:

when installed with: poetry run code-review-graph install --platform claude-code

the .mcp config is invalid, because a global python installation is assumed

solution .mcp.json

{
"mcpServers": {
"code-review-graph": {
"command": "poetry",
"args": [
"run",
"code-review-graph",
"serve"
],
"type": "stdio"
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions