ruvector-data-framework is both an executable binary that can be run, and a library that can be used in Rust programs.

Installing discover mcp_discovery executables

Assuming you have Rust/Cargo installed, run this command in a terminal:

cargo install ruvector-data-framework

It will make discover mcp_discovery commands available in your PATH if you've allowed the PATH to be modified when installing Rust. cargo uninstall ruvector-data-framework uninstalls.

Adding ruvector_data_framework library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ruvector-data-framework

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ruvector-data-framework = "0.3.0"

The ruvector_data_framework library will be automatically available globally.

Back to the crate overview.