{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.n24q02m/better-code-review-graph",
    "description": "Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings",
    "repository": {
        "url": "https://github.com/n24q02m/better-code-review-graph.git",
        "source": "github"
    },
    "version": "3.14.0",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "better-code-review-graph",
            "version": "3.14.0",
            "runtimeHint": "uvx",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Embedding backend override: 'local' (qwen3-embed ONNX) or 'litellm' (cloud). Auto-detected if omitted.",
                    "name": "EMBEDDING_BACKEND"
                },
                {
                    "description": "API keys for LiteLLM cloud embedding (format: ENV_VAR:key). Enables LiteLLM backend.",
                    "isSecret": true,
                    "name": "API_KEYS"
                },
                {
                    "description": "LiteLLM Proxy URL for self-hosted gateway. Enables LiteLLM backend via proxy.",
                    "name": "LITELLM_PROXY_URL"
                },
                {
                    "description": "LiteLLM Proxy virtual key.",
                    "isSecret": true,
                    "name": "LITELLM_PROXY_KEY"
                }
            ]
        },
        {
            "registryType": "oci",
            "identifier": "docker.io/n24q02m/better-code-review-graph:latest",
            "runtimeHint": "docker",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "API keys for LiteLLM cloud embedding (format: ENV_VAR:key)",
                    "isSecret": true,
                    "name": "API_KEYS"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-05-06T13:04:41.313489Z",
            "publishedAt": "2026-05-06T13:04:41.313489Z",
            "updatedAt": "2026-05-06T13:04:41.313489Z",
            "isLatest": false
        }
    }
}