Skip to content

Commit 4fb1c4d

Browse files
committed
Issue #116: Fix custom_streamable_http_endpoint
1 parent 2688e1e commit 4fb1c4d

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-mcp-sdk/src/hyper_servers

1 file changed

+1
-1
lines changed

crates/rust-mcp-sdk/src/hyper_servers/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ impl HyperServerOptions {
200200
}
201201

202202
pub fn streamable_http_endpoint(&self) -> &str {
203-
self.custom_messages_endpoint
203+
self.custom_streamable_http_endpoint
204204
.as_deref()
205205
.unwrap_or(DEFAULT_STREAMABLE_HTTP_ENDPOINT)
206206
}

0 commit comments

Comments
 (0)