Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ spring:
url: http://localhost:8080
server2:
url: http://otherserver:8081
endpoint: /custom-sse
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cattaozi, Thanks for the PR. But, this example is to show how one can customise the endpoint. The default is already "/mcp" and hence, we can come up with some other name than "/mcp" - something like "custom-endpoint" if having "sse" is confusing.

endpoint: /mcp
----

=== SSE Transport Properties
Expand Down