Skip to content

Commit 4e3fa6f

Browse files
committed
fix: update transport command to use the correct example server
1 parent 042299f commit 4e3fa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clients/src/stdio_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async fn main() -> Result<(), ClientError> {
2424
// Create the transport
2525
let transport = StdioTransport::new(
2626
"cargo",
27-
vec!["run", "-p", "mcp-server"]
27+
vec!["run", "-p", "mcp-server-examples", "--example", "counter-server"]
2828
.into_iter()
2929
.map(|s| s.to_string())
3030
.collect(),

0 commit comments

Comments
 (0)