list_processors
List available real-time EEG processors with parameters, distinguishing built-ins from user-defined ones from configured sources. Show any plugin that failed to load, making configuration errors visible.
Instructions
List real-time processors available to attach, and where they came from.
Built-ins are always present. Your own appear here once the server
environment points at them -- via the eeg_mcp.processors entry point,
EEG_MCP_PLUGINS, or EEG_MCP_PLUGIN_DIR. They cannot be loaded from a
tool call, because importing a module executes it and that would make
arbitrary code execution reachable from a model.
Returns: Available processors with their parameters, plus any plugin that failed to load, so a typo is visible instead of silently missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||