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 042299f commit 4e3fa6fCopy full SHA for 4e3fa6f
examples/clients/src/stdio_integration.rs
@@ -24,7 +24,7 @@ async fn main() -> Result<(), ClientError> {
24
// Create the transport
25
let transport = StdioTransport::new(
26
"cargo",
27
- vec!["run", "-p", "mcp-server"]
+ vec!["run", "-p", "mcp-server-examples", "--example", "counter-server"]
28
.into_iter()
29
.map(|s| s.to_string())
30
.collect(),
0 commit comments