{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.sergii-ziborov/weavatrix-online",
    "description": "Source-free Weavatrix MCP: preview-gated sync, advisories, malware review, architecture contracts.",
    "repository": {
        "url": "https://github.com/sergii-ziborov/weavatrix-online",
        "source": "github"
    },
    "version": "0.3.1",
    "websiteUrl": "https://weavatrix.com",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "weavatrix-online",
            "version": "0.3.1",
            "runtimeHint": "npx",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "description": "Absolute path to the initial local Git repository",
                    "isRequired": true,
                    "type": "positional",
                    "valueHint": "repoRoot"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Cloud or compatible self-hosted sync endpoint",
                    "isRequired": true,
                    "format": "string",
                    "name": "WEAVATRIX_SYNC_URL"
                },
                {
                    "description": "Scoped bearer token for the selected endpoint",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "WEAVATRIX_SYNC_TOKEN"
                },
                {
                    "description": "Optional explicit endpoint capability document URL; defaults to /api/v1/capabilities on the sync origin with legacy /api/health fallback",
                    "format": "string",
                    "name": "WEAVATRIX_CAPABILITIES_URL"
                },
                {
                    "description": "Optional explicit architecture-contract URL",
                    "format": "string",
                    "name": "WEAVATRIX_ARCHITECTURE_URL"
                },
                {
                    "description": "Core semantic precision: lsp (default) or off",
                    "format": "string",
                    "name": "WEAVATRIX_PRECISION"
                },
                {
                    "description": "Set to 1 only for sessions authorized to apply or roll back refactor plans",
                    "format": "string",
                    "name": "WEAVATRIX_ALLOW_SOURCE_EDITS"
                },
                {
                    "description": "Set to 1 only to authorize requested verified_change package scripts",
                    "format": "string",
                    "name": "WEAVATRIX_ALLOW_TEST_RUNS"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-30T07:48:48.824973Z",
            "publishedAt": "2026-07-30T07:48:48.824973Z",
            "updatedAt": "2026-07-30T07:48:48.824973Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-30T07:48:48+00:00",
            "updatedAt": "2026-07-30T07:48:48+00:00"
        }
    }
}