We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55bbdd commit abf7c7aCopy full SHA for abf7c7a
examples/README.md
@@ -3,7 +3,7 @@
3
1. **Build the Server (Counter Example)**
4
5
```sh
6
- cargo build --release --example servers_std_io
+ cargo build --release --example servers_counter_stdio
7
```
8
9
This builds a standard input/output MCP server binary.
@@ -16,7 +16,7 @@
16
{
17
"mcpServers": {
18
"counter": {
19
- "command": "PATH-TO/rust-sdk/target/release/examples/servers_std_io.exe",
+ "command": "PATH-TO/rust-sdk/target/release/examples/servers_counter_stdio.exe",
20
"args": []
21
}
22
@@ -29,7 +29,7 @@
29
30
31
32
- "command": "PATH-TO/rust-sdk/target/release/examples/servers_std_io",
+ "command": "PATH-TO/rust-sdk/target/release/examples/servers_counter_stdio",
33
34
35
0 commit comments