load_patch
Replace the current Pure Data patch state by loading a new patch from a specified file path.
Instructions
Load a Pd patch from a file.
This tool loads a Pure Data patch from the specified file path.
It will replace the current patch state.
Args:
file_path: Path to the patch file to load
ctx: MCP context
Returns:
Response with status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |