17 lines
334 B
Markdown
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
|
|
```
|