{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.n24q02m/better-code-review-graph",
    "description": "Token-efficient code review knowledge graph: semantic search and call-graph resolution.",
    "repository": {
        "url": "https://github.com/n24q02m/better-code-review-graph.git",
        "source": "github"
    },
    "version": "3.21.0",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "better-code-review-graph",
            "version": "3.21.0",
            "runtimeHint": "uvx",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Ordered embedding model chain 'provider/model,...'; empty = local ONNX",
                    "name": "EMBEDDING_MODELS"
                },
                {
                    "description": "Ordered summarizer model chain; empty = summaries disabled",
                    "name": "SUMMARY_MODELS"
                },
                {
                    "description": "DEPRECATED (honored one release): embedding backend override 'local' or 'cloud'. Use EMBEDDING_MODELS instead.",
                    "name": "EMBEDDING_BACKEND"
                },
                {
                    "description": "Custom OpenAI-compatible base URL for cloud embedding (litellm passthrough). Optional.",
                    "name": "EMBEDDING_API_BASE"
                },
                {
                    "description": "Custom OpenAI-compatible base URL for the LLM summarizer (litellm passthrough). Optional.",
                    "name": "LLM_API_BASE"
                },
                {
                    "description": "DEPRECATED (honored one release): single summarizer model as a litellm 'provider/model' string. Use SUMMARY_MODELS instead.",
                    "name": "SUMMARY_MODEL"
                }
            ]
        },
        {
            "registryType": "oci",
            "identifier": "docker.io/n24q02m/better-code-review-graph:latest",
            "runtimeHint": "docker",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "DEPRECATED (honored one release): embedding backend override 'local' or 'cloud'. Use EMBEDDING_MODELS instead.",
                    "name": "EMBEDDING_BACKEND"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-18T09:27:12.725627Z",
            "publishedAt": "2026-07-18T09:27:12.725627Z",
            "updatedAt": "2026-07-18T09:27:12.725627Z",
            "isLatest": true
        }
    }
}