Skip to content

Commit abf7c7a

Browse files
authored
doc: fix typos in examples readme (#256)
1 parent a55bbdd commit abf7c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. **Build the Server (Counter Example)**
44

55
```sh
6-
cargo build --release --example servers_std_io
6+
cargo build --release --example servers_counter_stdio
77
```
88

99
This builds a standard input/output MCP server binary.
@@ -16,7 +16,7 @@
1616
{
1717
"mcpServers": {
1818
"counter": {
19-
"command": "PATH-TO/rust-sdk/target/release/examples/servers_std_io.exe",
19+
"command": "PATH-TO/rust-sdk/target/release/examples/servers_counter_stdio.exe",
2020
"args": []
2121
}
2222
}
@@ -29,7 +29,7 @@
2929
{
3030
"mcpServers": {
3131
"counter": {
32-
"command": "PATH-TO/rust-sdk/target/release/examples/servers_std_io",
32+
"command": "PATH-TO/rust-sdk/target/release/examples/servers_counter_stdio",
3333
"args": []
3434
}
3535
}

0 commit comments

Comments
 (0)