spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

fix: mcp server support customize sse endpoint

Open JunJieLiu51520 opened this issue 7 months ago • 2 comments
trafficstars

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to:

  • Sign the contributor license agreement
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

JunJieLiu51520 avatar Apr 22 '25 15:04 JunJieLiu51520

应该使用WebMvcSseServerTransportProvider(om,baseurl,messageendopoint,sseendpont)的这个构造函数吧。new WebMvcSseServerTransportProvider(objectMapper, serverProperties.getBaseUrl(), serverProperties.getSseMessageEndpoint(), serverProperties.getSseEndpoint());

RexSheng avatar Apr 23 '25 06:04 RexSheng

🙌 Please fix the DCO check by signing your commit. git commit --amend --signoff

  • The commit 7073d8c is not signed.

dev-jonghoonpark avatar Apr 25 '25 12:04 dev-jonghoonpark

Thanks @JunJieLiu51520 rebased, squashed and merged at 4e313a9dc6c2d54d886eda0e2d7eef892f126e5a

tzolov avatar Apr 28 '25 05:04 tzolov