← Back to Plugins
MCP Server MCP

io.github.Weavatrix/weavatrix-online

github By github 👁 1 views ▲ 0 votes

Weavatrix Online extension: guarded sync, advisories, malware review, architecture contracts.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "weavatrix-online",
      "version": "0.3.4",
      "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": "Optional local advisory-cache file override",
          "format": "string",
          "name": "WEAVATRIX_ADVISORY_STORE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...