{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.vaaraio/vaara",
    "description": "Accountable autonomy proxy: gating, tamper-evident audit, time anchor for every action",
    "title": "Vaara",
    "repository": {
        "url": "https://github.com/vaaraio/vaara",
        "source": "github"
    },
    "version": "1.60.0",
    "websiteUrl": "https://vaara.io",
    "packages": [
        {
            "registryType": "pypi",
            "registryBaseUrl": "https://pypi.org",
            "identifier": "vaara",
            "version": "1.60.0",
            "runtimeHint": "uvx",
            "transport": {
                "type": "stdio"
            },
            "runtimeArguments": [
                {
                    "description": "PyPI package providing the vaara-mcp-proxy entry point",
                    "value": "vaara",
                    "type": "named",
                    "name": "--from"
                },
                {
                    "value": "vaara-mcp-proxy",
                    "type": "positional"
                }
            ],
            "packageArguments": [
                {
                    "description": "Upstream MCP server in NAME=CMD form. Repeatable for fan-out (e.g. --upstream github=npx -y @modelcontextprotocol/server-github). Bare --upstream CMD lands under the default slot for single-upstream stdio.",
                    "isRequired": true,
                    "type": "named",
                    "name": "--upstream",
                    "isRepeated": true
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-04T18:22:57.304533Z",
            "publishedAt": "2026-08-04T18:22:57.304533Z",
            "updatedAt": "2026-08-04T18:22:57.304533Z",
            "isLatest": true
        }
    }
}