{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.sergii-ziborov/weavatrix",
    "description": "Always-fresh local repo graph: LSP-backed impact, Health, dead code, endpoints, architecture.",
    "repository": {
        "url": "https://github.com/sergii-ziborov/weavatrix",
        "source": "github"
    },
    "version": "0.3.11",
    "websiteUrl": "https://weavatrix.com",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "weavatrix",
            "version": "0.3.11",
            "runtimeHint": "npx",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "description": "Absolute path to the initial Git repository; open_repo can explicitly switch local repositories",
                    "isRequired": true,
                    "type": "positional",
                    "valueHint": "repoRoot"
                },
                {
                    "description": "Local profile (offline or pinned) or exact comma-separated local groups graph,search,source,health,build,retarget,crossrepo",
                    "format": "string",
                    "default": "offline",
                    "type": "positional",
                    "valueHint": "capabilities"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Optional semantic precision mode: lsp (default) uses the bundled bounded TypeScript/JavaScript language-server overlay; off keeps parser-only graphs",
                    "format": "string",
                    "name": "WEAVATRIX_PRECISION"
                },
                {
                    "description": "Optional semantic prewarm budget: bounded (default) keeps fast startup; full explicitly queries every eligible JS/TS target within hard resource ceilings",
                    "format": "string",
                    "name": "WEAVATRIX_PRECISION_PREWARM"
                },
                {
                    "description": "Optional explicit permission for verified_change to run requested test/check/verify package.json scripts; must be exactly 1",
                    "format": "string",
                    "name": "WEAVATRIX_ALLOW_TEST_RUNS"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-21T14:10:47.818516Z",
            "publishedAt": "2026-07-21T14:10:47.818516Z",
            "updatedAt": "2026-07-21T14:10:47.818516Z",
            "isLatest": false
        }
    }
}