Documentation
runtime
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.
lms dev
This verifies manifest.json, installs dependencies if needed, and starts a watcher that rebuilds the plugin on changes. Supported runners: Node/ECMAScript and Deno.
lms dev --install
-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
This page's source is available on GitHub
On this page
Run the dev plugin server
Install the plugin instead of running dev
Flags