ble_plugin_load
Load a Bluetooth Low Energy plugin from a .py file or directory to extend server capabilities.
Instructions
Load a new plugin from a file or directory path. Requires BLE_MCP_PLUGINS env var to be set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a .py file or directory containing __init__.py. |