Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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": []
}
}
Expand All @@ -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": []
}
}
Expand Down
Loading