Skip to content

Commit 54b662c

Browse files
authored
Update main.rs
1 parent d6a57b4 commit 54b662c

File tree

1 file changed

+1
-1
lines changed
  • examples/simple-mcp-client-streamable-http/src

1 file changed

+1
-1
lines changed

examples/simple-mcp-client-streamable-http/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use tracing_subscriber::util::SubscriberInitExt;
1616

1717
use crate::inquiry_utils::InquiryUtils;
1818

19-
const MCP_SERVER_URL: &str = "http://127.0.0.1:8080/mcp";
19+
const MCP_SERVER_URL: &str = "http://127.0.0.1:3001/mcp";
2020

2121
#[tokio::main]
2222
async fn main() -> SdkResult<()> {

0 commit comments

Comments
 (0)