MCP Server
MCP
io.github.theshajha/wovo
Deploy HTML from any AI tool to a versioned, shareable library on wovo.dev; manage pages.
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
By
Comments
Sign in to leave a comment