Live: install helper
live_install_helperInstall the extension-socket helper into Inkscape's user extensions directory to enable the socket bridge for live editing.
Instructions
Install the shipped extension-socket helper into the Inkscape user extensions dir.
When to use: one-time setup so a running Inkscape can expose the socket bridge. After install,
probe with check_live_support then live_connect.
Key params: none. Copies the fixed-purpose helper (inkscape_mcp_live.py + .inx). Requires
the master gate (live is opt-in). Touches no workspace document.
Return shape: HelperInstallResult — installed_files and extensions_dir (presented
~-relative, never an absolute host path/L5).
Example: live_install_helper()
Risk class: restricted (writes a server-bundled file under the Inkscape extensions dir).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extensions_dir | Yes | Install dir, `~`-relative (never an absolute host path). | |
| installed_files | Yes |