Skip to content

Commit a8ea0f4

Browse files
authored
docs: modify build command in README (#706)
Updated the build command to specify the package for the MCP server examples.
1 parent 53c86d5 commit a8ea0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
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_counter_stdio
6+
cargo build --release -p mcp-server-examples --example servers_counter_stdio
77
```
88

99
This builds a standard input/output MCP server binary.

0 commit comments

Comments
 (0)