Skip to content

feat(mcp): Add configurable SSE endpoint support for MCP client transports #2960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025

Conversation

tzolov
Copy link
Contributor

@tzolov tzolov commented May 1, 2025

Enhance MCP client transports with configurable SSE endpoint support:

  • Add sseEndpoint parameter to SseParameters record
  • Update HttpClientSseClientTransport to use builder pattern with sseEndpoint support
  • Update WebFluxSseClientTransport to use builder pattern with sseEndpoint support
  • Set default SSE endpoint to /sse when not explicitly configured
  • Add tests for MCP client properties
  • Enhance MCP client transport tests and refactor config

…ports

Enhance MCP client transports with configurable SSE endpoint support:

- Add sseEndpoint parameter to SseParameters record
- Update HttpClientSseClientTransport to use builder pattern with sseEndpoint support
- Update WebFluxSseClientTransport to use builder pattern with sseEndpoint support
- Set default SSE endpoint to /sse when not explicitly configured
- Add tests for MCP client properties
- Enhance MCP client transport tests and refactor config

Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
@tzolov tzolov added the MCP label May 1, 2025
@tzolov tzolov merged commit 04249e8 into spring-projects:main May 1, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant