doc: fix typos in examples readme (#256)

This commit is contained in:
Dale Seo 2025-06-12 21:05:44 -04:00 committed by GitHub
parent a55bbddcf1
commit abf7c7af08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
1. **Build the Server (Counter Example)**
```sh
cargo build --release --example servers_std_io
cargo build --release --example servers_counter_stdio
```
This builds a standard input/output MCP server binary.
@ -16,7 +16,7 @@
{
"mcpServers": {
"counter": {
"command": "PATH-TO/rust-sdk/target/release/examples/servers_std_io.exe",
"command": "PATH-TO/rust-sdk/target/release/examples/servers_counter_stdio.exe",
"args": []
}
}
@ -29,7 +29,7 @@
{
"mcpServers": {
"counter": {
"command": "PATH-TO/rust-sdk/target/release/examples/servers_std_io",
"command": "PATH-TO/rust-sdk/target/release/examples/servers_counter_stdio",
"args": []
}
}