copy_community_plugin_to_local
Copy a community plugin to local plugins to prevent updates from overwriting your edits. Preserve customizations by creating a local editable copy.
Instructions
Copy a Community plugin into Local plugins so it can be edited without being overwritten by plugin updates (POST /api/v2/copy-community-to-local).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin_id | Yes | Plugin ID, from search_plugins | |
| force_overwrite | No | Overwrite an existing local copy (default false) |