# Running this sample > [!NOTE] > This Rust client assumes you have dotnet 8.0 SDK installed to run the sample MCP server in the [server](../server/) directory, which is a sibling directory to this project. ## -1- Install the dependencies and build the project ```bash cargo build ``` ## -2- Run the sample ```bash cargo run ```