From 85014fe8893d804cb745f4d3fdf3d75f51331762 Mon Sep 17 00:00:00 2001 From: Tanish Desai Date: Sat, 28 Feb 2026 02:04:41 +0530 Subject: [PATCH] Modify build command in README Updated the build command to specify the package for the MCP server examples. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 3d0489723..2b358aa10 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,7 +3,7 @@ 1. **Build the Server (Counter Example)** ```sh - cargo build --release --example servers_counter_stdio + cargo build --release -p mcp-server-examples --example servers_counter_stdio ``` This builds a standard input/output MCP server binary.