{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.lightnow-ai/lightnow-proxy",
    "title": "LightNow Local Proxy",
    "description": "Route MCP clients through LightNow-managed local proxy profiles.",
    "repository": {
        "url": "https://github.com/lightnow-ai/lightnow-proxy",
        "source": "github"
    },
    "websiteUrl": "https://docs.lightnow.ai/getting-started/sync-mcp-clients",
    "version": "1.2.0",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "lightnow-proxy",
            "version": "1.2.0",
            "runtimeHint": "python",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "type": "named",
                    "name": "--config",
                    "description": "Path to the LightNow-generated Local Proxy config file.",
                    "format": "filepath",
                    "isRequired": true
                },
                {
                    "type": "named",
                    "name": "--transport",
                    "value": "stdio"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-06T19:52:28+00:00",
            "updatedAt": "2026-07-06T19:53:14+00:00"
        }
    }
}