Loading...
pip install -e ".[dev]"create_flowgraphCreates a new GNURadio flowgraph (.grc) file.
Creates new files, potentially overwriting existing ones if not handled carefully.
modify_flowgraphModifies an existing GNURadio flowgraph (.grc) file.
Alters existing flowgraphs, potentially introducing errors or malicious code.
save_flowgraphSaves a GNURadio flowgraph (.grc) file.
Saves changes to a flowgraph, potentially overwriting previous versions.
execute_flowgraphExecutes a GNURadio flowgraph.
Executes arbitrary GNURadio flowgraphs, which can have system-level effects.
GR-MCP offers powerful automation capabilities for GNURadio but requires careful management of flowgraph design and execution. It is safe when used in controlled environments with validated flowgraphs. Risks increase when integrating external data sources or executing untrusted flowgraphs.