Serversio.github.blockpal1/stylobridge
S

io.github.blockpal1/stylobridge

io.github.blockpal1/stylobridge · v1.0.2
▦ pypi
v1.0.2pypi pypi: stylobridge
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.blockpal1/stylobridge",
  "description": "Air-gapped Markdown/PDF to Word converter with brand templates and audit logging.",
  "version": "1.0.2",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "stylobridge",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RS256-signed JWT license token",
          "isRequired": true,
          "isSecret": true,
          "name": "STYLOBRIDGE_LICENSE"
        },
        {
          "description": "Path to brand template directory",
          "name": "TEMPLATE_DIR"
        },
        {
          "description": "File I/O sandbox boundary",
          "name": "WORKSPACE_ROOT"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/blockpal1/stylobridge:1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RS256-signed JWT license token",
          "isRequired": true,
          "isSecret": true,
          "name": "STYLOBRIDGE_LICENSE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}