lms dev (Beta)
Start a plugin dev server or install a local plugin (beta).
Use lms dev inside a plugin project to run a local dev server that rebuilds and reloads on file changes.
This feature is a part of LM Studio Plugins, currently in private beta.
Run the dev plugin server
lms devThis verifies manifest.json, installs dependencies if needed, and starts a watcher that rebuilds the plugin on changes. Supported runners: Node/ECMAScript and Deno.
Install the plugin instead of running dev
lms dev --installFlags
-i, --install (optional) : flag
Install the plugin into LM Studio instead of running the dev server
--no-notify (optional) : flag
Do not show the "Plugin started" notification in LM Studio