dbgprobe.plugin.load
Load a plugin from a .py file or directory to extend debug probe capabilities. Requires setting the DBGPROBE_MCP_PLUGINS environment variable.
Instructions
Load a new plugin from a file or directory path. Requires DBGPROBE_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. |