← Back to Plugins
MCP Server MCP

io.github.theshajha/wovo

github By github 👁 1 views ▲ 0 votes

Deploy HTML from any AI tool to a versioned, shareable library on wovo.dev; manage pages.

Homepage Verified source GitHub

Install

npx -y @gowovo/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@gowovo/wovo",
      "version": "0.2.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "named",
          "name": "-y"
        },
        {
          "value": "@gowovo/wovo",
          "type": "named",
          "name": "-p"
        },
        {
          "value": "wovo-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Workspace deploy token (wv_…) from wovo.dev settings.",
          "isRequired": true,
          "isSecret": true,
          "name": "WOVO_TOKEN"
        },
        {
          "description": "Target workspace slug (optional; the token resolves a default).",
          "name": "WOVO_WORKSPACE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...