rust-sdk/docs
adam jones eb5a7f7408
feat!: remove SSE transport support (#562)
SSE transport has been removed from the MCP specification in favor of
streamable HTTP. This removes all SSE-specific transport code:

- Remove `transport-sse-client` and `transport-sse-server` features
- Remove `SseClientTransport` and `SseServer` types
- Remove SSE-specific examples (`counter_sse`, `counter_sse_directly`)
- Migrate auth examples from SSE to streamable HTTP
- Update tests to remove SSE transport usage
- Update documentation

BREAKING CHANGE: The following have been removed:
- `transport-sse-client` feature
- `transport-sse-client-reqwest` feature
- `transport-sse-server` feature
- `SseClientTransport` type
- `SseServer` type
- `sse_client` and `sse_server` modules

Users should migrate to streamable HTTP transport which provides
equivalent functionality. See `StreamableHttpClientTransport` and
`StreamableHttpService` for the replacement APIs.

Ref: https://github.com/modelcontextprotocol/rust-sdk/pull/561#issuecomment-3576551699
2025-12-01 20:40:13 -05:00
..
readme docs(README): update zh_cn README (#336) 2025-07-29 02:41:38 +08:00
CONTRIBUTE.MD chore: cov settings, and fix serveral building warnings (#281) 2025-06-25 14:30:45 +08:00
coverage.svg ci: revert badge (#202) 2025-05-21 09:19:25 +08:00
DEVCONTAINER.md Adopt Devcontainer for Development Environment (#81) 2025-04-02 12:16:49 +08:00
OAUTH_SUPPORT.md feat!: remove SSE transport support (#562) 2025-12-01 20:40:13 -05:00