hs for VS Code
io.github.superlcr/hs
Turn a script into a finished video with Huasheng: storyboard, narration, footage, export.
client:VS Code
transport:stdio
runtime:npm
Install hs in VS Code
.vscode/mcp.json
{
"servers": {
"hs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@superlcr/hs"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs