Skip to content

Commit 85014fe

Browse files
authored
Modify build command in README
Updated the build command to specify the package for the MCP server examples.
1 parent 9551865 commit 85014fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)