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 d6a57b4 commit 54b662cCopy full SHA for 54b662c
examples/simple-mcp-client-streamable-http/src/main.rs
@@ -16,7 +16,7 @@ use tracing_subscriber::util::SubscriberInitExt;
16
17
use crate::inquiry_utils::InquiryUtils;
18
19
-const MCP_SERVER_URL: &str = "http://127.0.0.1:8080/mcp";
+const MCP_SERVER_URL: &str = "http://127.0.0.1:3001/mcp";
20
21
#[tokio::main]
22
async fn main() -> SdkResult<()> {
0 commit comments