Files
2026-07-13 13:31:35 +08:00

17 lines
334 B
Markdown

# 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
```