superdesign_live_gallery
Launch a live gallery server to monitor and update design files in real-time, with customizable workspace paths and port settings.
Instructions
Start a live gallery server with real-time updates and file watching
Input Schema
Name | Required | Description | Default |
---|---|---|---|
port | No | Port for the live gallery server (default: 3000) | |
workspace_path | No | Workspace path (defaults to current directory) |
Input Schema (JSON Schema)
{
"properties": {
"port": {
"description": "Port for the live gallery server (default: 3000)",
"type": "number"
},
"workspace_path": {
"description": "Workspace path (defaults to current directory)",
"type": "string"
}
},
"type": "object"
}