mn-cli provides the mn command for validating and running blueprints,
inspecting runtime state, managing jobs, exporting artifacts, and starting local
services installed by mn-deploy.
Install locally and run tests:
python3.11 -m venv .venv
. .venv/bin/activate
.venv/bin/python -m pip install -e .
.venv/bin/python -m pytest -qTry the CLI:
mn --version
mn node list
mn blueprint run message_routing_trace- A running MirrorNeuron core is required for live runtime commands.
- The default gRPC target comes from
MN_GRPC_TARGET, then local deployment settings, thenlocalhost:55051. - Use
mn blueprint validatebeforemn blueprint run --folderwhen checking a local bundle.